[Python-checkins] cpython (merge 3.4 -> default): Fix typo in Misc/NEWS.

berker.peksag python-checkins at python.org
Tue May 19 00:22:27 CEST 2015


https://hg.python.org/cpython/rev/ec4fa4227139
changeset:   96144:ec4fa4227139
parent:      96141:bc6ed8360312
parent:      96143:e6e1847aa6da
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Tue May 19 01:22:29 2015 +0300
summary:
  Fix typo in Misc/NEWS.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,7 +87,7 @@
 
 - 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list