[Python-checkins] python/dist/src/Misc NEWS,1.1193.2.2,1.1193.2.3

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Dec 11 03:53:29 CET 2004


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
SF bug #1083202:  UnboundLocalError raised by atexit module

The sys module could be called before being imported.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.2
retrieving revision 1.1193.2.3
diff -u -d -r1.1193.2.2 -r1.1193.2.3
--- NEWS	4 Dec 2004 21:24:19 -0000	1.1193.2.2
+++ NEWS	11 Dec 2004 02:53:25 -0000	1.1193.2.3
@@ -15,6 +15,9 @@
 Library
 -------
 
+- atexit.register no longer references the sys module before importing it.
+  (Bug #1083202).
+
 - unittest.TestCase.run() and unittest.TestSuite.run() can now be successfully
   extended or overridden by subclasses.  Formerly, the subclassed method would
   be ignored by the rest of the module.  (Bug #1078905).



More information about the Python-checkins mailing list