summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-06-26 22:54:58 +0000
committerGeorg Brandl <georg@python.org>2005-06-26 22:54:58 +0000
commit5284b532d1dfc9efaa25a1ef955015011f885125 (patch)
treed1bed63843cf0fcba3eddb1b153b5eea760573d7
parent12fe9b4ce492a676d77640a9caf8fc9a26cc5d53 (diff)
downloadcpython-git-5284b532d1dfc9efaa25a1ef955015011f885125.tar.gz
- 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 753686cc3a..f1a0c883c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,6 +147,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