diff options
author | Georg Brandl <georg@python.org> | 2005-06-26 22:54:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-06-26 22:54:58 (GMT) |
commit | 5284b532d1dfc9efaa25a1ef955015011f885125 (patch) | |
tree | d1bed63843cf0fcba3eddb1b153b5eea760573d7 /Misc | |
parent | 12fe9b4ce492a676d77640a9caf8fc9a26cc5d53 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |