[Python-checkins] python/dist/src/Misc NEWS,1.1255,1.1256

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Mar 3 12:08:07 CET 2005


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

Modified Files:
	NEWS 
Log Message:
Patch #1046831: Use get_python_version where appropriate in sysconfig.py.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1255
retrieving revision 1.1256
diff -u -d -r1.1255 -r1.1256
--- NEWS	3 Mar 2005 10:56:19 -0000	1.1255
+++ NEWS	3 Mar 2005 11:08:03 -0000	1.1256
@@ -61,6 +61,8 @@
 Library
 -------
 
+- Patch #1046831: Use get_python_version where appropriate in sysconfig.py.
+
 - Patch #1117454: Remove code to special-case cookies without values
   in LWPCookieJar.
 



More information about the Python-checkins mailing list