[Python-checkins] python/dist/src/Misc NEWS, 1.1161, 1.1162 ACKS, 1.284, 1.285

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Wed Oct 13 17:54:19 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10291/Misc

Modified Files:
	NEWS ACKS 
Log Message:
Patch 983206: distutils obeys LDSHARED env var. Removed the code in
Python's own setup.py that did the same thing (and tested on Solaris,
where LDSHARED is needed...)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1161
retrieving revision 1.1162
diff -u -d -r1.1161 -r1.1162
--- NEWS	13 Oct 2004 14:55:56 -0000	1.1161
+++ NEWS	13 Oct 2004 15:54:17 -0000	1.1162
@@ -47,6 +47,9 @@
 Library
 -------
 
+- Patch 983206: distutils now obeys environment variable LDSHARED, if
+  it is set.
+
 - Added Peter Astrand's subprocess.py module.  See PEP 324 for details.
 
 - time.strptime() now properly escapes timezones and all other locale-specific

Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -d -r1.284 -r1.285
--- ACKS	13 Oct 2004 14:55:56 -0000	1.284
+++ ACKS	13 Oct 2004 15:54:17 -0000	1.285
@@ -499,6 +499,7 @@
 Hugo van Rossum
 Saskia van Rossum
 Donald Wallace Rouse II
+Liam Routt
 Audun S. Runde
 Jeff Rush
 Sam Rushing



More information about the Python-checkins mailing list