]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Clarify the wording of a news entry.
authorR David Murray <rdmurray@bitdance.com>
Tue, 31 Dec 2013 22:33:47 +0000 (17:33 -0500)
committerR David Murray <rdmurray@bitdance.com>
Tue, 31 Dec 2013 22:33:47 +0000 (17:33 -0500)
Misc/NEWS

index b6015af966394f41ab9856651f31846b2c4bcfbc..59ab7608da304c479cfcd3d702844aae36e1383c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1497,9 +1497,10 @@ Library
 - Issue #16564: Fixed regression relative to Python2 in the operation of
   email.encoders.encode_noop when used with binary data.
 
-- Issue #10355: In SpooledTemporaryFile class mode, name, encoding and
-  newlines properties now work for unrolled files.  Obsoleted and never
-  working on Python 3 xreadline method now removed.
+- Issue #10355: The mode, name, encoding and newlines properties now work on
+  SpooledTemporaryFile objects even when they have not yet rolled over.
+  Obsolete method xreadline (which has never worked in Python 3) has been
+  removed.
 
 - Issue #16686: Fixed a lot of bugs in audioop module.  Fixed crashes in
   avgpp(), maxpp() and ratecv().  Fixed an integer overflow in add(), bias(),