[Python-checkins] python/dist/src/Misc NEWS,1.1306,1.1307

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Mon Jun 27 00:55:00 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
- Bug #839151: Fix an attempt to access sys.argv in the warnings module
  though this can be missing in embedded interpreters



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1306
retrieving revision 1.1307
diff -u -d -r1.1306 -r1.1307
--- NEWS	26 Jun 2005 22:09:06 -0000	1.1306
+++ NEWS	26 Jun 2005 22:54:58 -0000	1.1307
@@ -147,6 +147,9 @@
 Library
 -------
 
+- Bug #839151: Fix an attempt to access sys.argv in the warnings module
+  though this can be missing in embedded interpreters
+
 - Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
 
 - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via



More information about the Python-checkins mailing list