]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Bug #839151: Fix an attempt to access sys.argv in the warnings module
authorGeorg Brandl <georg@python.org>
Sun, 26 Jun 2005 22:55:05 +0000 (22:55 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 26 Jun 2005 22:55:05 +0000 (22:55 +0000)
  though this can be missing in embedded interpreters

Misc/NEWS

index 603ed3e1a3338f1b080f560cb847db082a71edd2..426ec28352188142f9d9c7363d4a0356fe2d0aa1 100644 (file)
--- 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