summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2008-09-04 07:31:21 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2008-09-04 07:31:21 (GMT)
commit65d66e100649e28637616d34a54ba528fe1a4100 (patch)
tree6efdae571f881c03dc9bf8959acafb6971d0fad4 /Misc
parenta0b7444f68ae5478f5553dcddea7ff44f283b25b (diff)
downloadcpython-65d66e100649e28637616d34a54ba528fe1a4100.zip
cpython-65d66e100649e28637616d34a54ba528fe1a4100.tar.gz
cpython-65d66e100649e28637616d34a54ba528fe1a4100.tar.bz2
Issue #3772: Fixed regression problem in StreamHandler.emit().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 33866df..dbb8110 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,8 @@ C-API
Library
-------
+- Issue #3772: Fixed regression problem in StreamHandler.emit().
+
- Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
to the urlparse one. Added a PendingDeprecationWarning in the old
module, it will be deprecated in the future.
@@ -87,7 +89,7 @@ Library
- Issue #3708: os.urandom no longer goes into an infinite loop when passed a
non-integer floating point number.
-- Issue #3110: multiprocessing fails to compiel on solaris 10 due to missing
+- Issue #3110: multiprocessing fails to compiel on solaris 10 due to missing
SEM_VALUE_MAX.
Extension Modules