summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-06-26 22:55:05 (GMT)
committerGeorg Brandl <georg@python.org>2005-06-26 22:55:05 (GMT)
commit21cea6143896a02e3db834d4894dca7bcf8532ad (patch)
tree757c53cb3d1ec02194812f72fcb94d7aabc0f045
parent893426be85b2fc174985e9f667a10dd9c209bb90 (diff)
downloadcpython-21cea6143896a02e3db834d4894dca7bcf8532ad.zip
cpython-21cea6143896a02e3db834d4894dca7bcf8532ad.tar.gz
cpython-21cea6143896a02e3db834d4894dca7bcf8532ad.tar.bz2
- Bug #839151: Fix an attempt to access sys.argv in the warnings module
though this can be missing in embedded interpreters
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 603ed3e..426ec28 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