summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDirkjan Ochtman <dirkjan@ochtman.nl>2010-02-24 04:49:00 (GMT)
committerDirkjan Ochtman <dirkjan@ochtman.nl>2010-02-24 04:49:00 (GMT)
commitebc73dce57b1c616b966ba05fe68db5a1c646d52 (patch)
tree1888a2d0b8aa4074860b4afcdb0962990a730674 /Misc
parente4c74e1ea26e77b065a8999b7192160595474211 (diff)
downloadcpython-ebc73dce57b1c616b966ba05fe68db5a1c646d52.zip
cpython-ebc73dce57b1c616b966ba05fe68db5a1c646d52.tar.gz
cpython-ebc73dce57b1c616b966ba05fe68db5a1c646d52.tar.bz2
Issue #7427: improve the representation of httplib.BadStatusLine exceptions.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ee77d5d..715a346 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,8 @@ Library
- Issue #1537721: Add a writeheader() method to csv.DictWriter.
+- Issue #7427: improve the representation of httplib.BadStatusLine exceptions.
+
Extension Modules
-----------------