summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-06-26 22:54:58 (GMT)
committerGeorg Brandl <georg@python.org>2005-06-26 22:54:58 (GMT)
commit5284b532d1dfc9efaa25a1ef955015011f885125 (patch)
treed1bed63843cf0fcba3eddb1b153b5eea760573d7 /Misc
parent12fe9b4ce492a676d77640a9caf8fc9a26cc5d53 (diff)
downloadcpython-5284b532d1dfc9efaa25a1ef955015011f885125.zip
cpython-5284b532d1dfc9efaa25a1ef955015011f885125.tar.gz
cpython-5284b532d1dfc9efaa25a1ef955015011f885125.tar.bz2
- Bug #839151: Fix an attempt to access sys.argv in the warnings module
though this can be missing in embedded interpreters
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 753686c..f1a0c88 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