From: Berker Peksag <berker.peksag@gmail.com> Date: Mon, 18 May 2015 22:21:28 +0000 (+0300) Subject: Fix typo in Nisc/NEWS. X-Git-Tag: v3.5.0b1~80^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed9ed7fdc6648e9d6428031ecafc9c03aff31539;p=python Fix typo in Nisc/NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index d0e7aeb117..71fa00545c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -57,7 +57,7 @@ Library argument instead of a ValueError with a bogus FCI error number. Patch by Jeffrey Armstrong. -- 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 #24094: Fix possible crash in json.encode with poorly behaved dict