summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-05-18 22:22:29 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-05-18 22:22:29 (GMT)
commit193635424ffab0b1f831b0c89a75dd32c5ae32c0 (patch)
tree63ef0ad8a3ff82e00ef9794fd65c5505ee06a636 /Misc
parent9ce71a6475b00b986a861e18ee18dbbf46286e5a (diff)
parented9ed7fdc6648e9d6428031ecafc9c03aff31539 (diff)
downloadcpython-193635424ffab0b1f831b0c89a75dd32c5ae32c0.zip
cpython-193635424ffab0b1f831b0c89a75dd32c5ae32c0.tar.gz
cpython-193635424ffab0b1f831b0c89a75dd32c5ae32c0.tar.bz2
Fix typo in Misc/NEWS.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ece51a..e913132 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,7 +87,7 @@ Library
- Issue #22682: Added support for the kz1048 encoding.
-- Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
+- Issue #23796: peek and read1 methods of BufferedReader now raise ValueError
if they called on a closed object. Patch by John Hergenroeder.
- Issue #21795: smtpd now supports the 8BITMIME extension whenever