[Python-checkins] cpython (3.3): Clarify the wording of a news entry.

r.david.murray python-checkins at python.org
Tue Dec 31 23:35:02 CET 2013


http://hg.python.org/cpython/rev/9c88280245e0
changeset:   88237:9c88280245e0
branch:      3.3
parent:      88232:8b4d36d0c090
user:        R David Murray <rdmurray at bitdance.com>
date:        Tue Dec 31 17:33:47 2013 -0500
summary:
  Clarify the wording of a news entry.

files:
  Misc/NEWS |  7 ++++---
  1 files changed, 4 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1497,9 +1497,10 @@
 - 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(),

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


More information about the Python-checkins mailing list