[Python-checkins] python/dist/src/Misc NEWS,1.1234,1.1235

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sat Jan 29 14:29:28 CET 2005


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

Modified Files:
	NEWS 
Log Message:
Revert os.py 1.75, and directly implement update. 
Fixes #1110478 and #1100235.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1234
retrieving revision 1.1235
diff -u -d -r1.1234 -r1.1235
--- NEWS	27 Jan 2005 18:56:15 -0000	1.1234
+++ NEWS	29 Jan 2005 13:29:23 -0000	1.1235
@@ -45,6 +45,8 @@
 Library
 -------
 
+- Bug #1110478: Revert os.environ.update to do putenv again.
+
 - Bug #1103844: fix distutils.install.dump_dirs() with negated options.
 
 - os.{SEEK_SET, SEEK_CUR, SEEK_END} have been added for convenience.



More information about the Python-checkins mailing list