summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-11-20 17:26:25 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-11-20 17:26:25 (GMT)
commit5a1ca6e36802f48a6cbcbd563770427ded747e0f (patch)
tree4839f8d50529d34dde76dd22e9707884cf5b5968 /Misc
parente062ba48b6945ed0fa8be65d26ddbf88374293c0 (diff)
downloadcpython-5a1ca6e36802f48a6cbcbd563770427ded747e0f.zip
cpython-5a1ca6e36802f48a6cbcbd563770427ded747e0f.tar.gz
cpython-5a1ca6e36802f48a6cbcbd563770427ded747e0f.tar.bz2
Merged revisions 86587 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86587 | benjamin.peterson | 2010-11-20 11:24:04 -0600 (Sat, 20 Nov 2010) | 1 line correct logic when pos is after the string #10467 ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b51e6e6..7794521 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,11 @@ Library
- Issue #10198: fix duplicate header written to wave files when writeframes()
is called without data.
+- Issue #10467: Fix BytesIO.readinto() after seeking into a position after the
+ end of the file.
+
+- Issue #1682942: configparser supports alternative option/value delimiters.
+
Build
-----