From: Georg Brandl Date: Sun, 26 Jun 2005 22:55:05 +0000 (+0000) Subject: - Bug #839151: Fix an attempt to access sys.argv in the warnings module X-Git-Tag: v2.4.2c1~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21cea6143896a02e3db834d4894dca7bcf8532ad;p=thirdparty%2FPython%2Fcpython.git - Bug #839151: Fix an attempt to access sys.argv in the warnings module though this can be missing in embedded interpreters --- diff --git a/Misc/NEWS b/Misc/NEWS index 603ed3e1a333..426ec2835218 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -39,6 +39,9 @@ Extension Modules 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