summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-12-31 22:34:40 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-12-31 22:34:40 (GMT)
commit089305f8f69737e66c2268fd4dce0d3660301c6e (patch)
tree23d1ccbdd06561655d0e891039120033ab89d3ca /Misc
parent33ef1aeb1efd7a39c3ac8c4c771fde964ddd7807 (diff)
parentb075cc0d760650ec4b65184faa9b6eebb1c1f8b2 (diff)
downloadcpython-089305f8f69737e66c2268fd4dce0d3660301c6e.zip
cpython-089305f8f69737e66c2268fd4dce0d3660301c6e.tar.gz
cpython-089305f8f69737e66c2268fd4dce0d3660301c6e.tar.bz2
Merge: Clarify the wording of a news entry.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4fecb53..5514dc8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2448,9 +2448,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(),