[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.16, 1.1193.2.17

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


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

Modified Files:
      Tag: release24-maint
	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.1193.2.16
retrieving revision 1.1193.2.17
diff -u -d -r1.1193.2.16 -r1.1193.2.17
--- NEWS	27 Jan 2005 18:58:29 -0000	1.1193.2.16
+++ NEWS	29 Jan 2005 13:33:27 -0000	1.1193.2.17
@@ -25,6 +25,8 @@
 Library
 -------
 
+- Bug #1110478: Revert os.environ.update to do putenv again.
+
 - Bug #1103844: fix distutils.install.dump_dirs() with negated options.
 
 - Bug #1067732: wininst --install-script doesn't leave residual files anymore.



More information about the Python-checkins mailing list