- Bug #839151: Fix an attempt to access sys.argv in the warnings module

though this can be missing in embedded interpreters
This commit is contained in:
Georg Brandl 2005-06-26 22:54:58 +00:00
parent 12fe9b4ce4
commit 5284b532d1
1 changed files with 3 additions and 0 deletions

View File

@ -147,6 +147,9 @@ Extension Modules
Library 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 #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
- Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via