summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-08-01 20:12:04 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-08-01 20:12:04 (GMT)
commit1e2abe73222bf9b1721afa61fb8dde71aca154d0 (patch)
tree3810545a4ff6e5d97b7c9479e92a33bdb8420b0c /Misc/NEWS
parentc685068004d8a64ddac87c6facae376200c14dc7 (diff)
downloadcpython-1e2abe73222bf9b1721afa61fb8dde71aca154d0.zip
cpython-1e2abe73222bf9b1721afa61fb8dde71aca154d0.tar.gz
cpython-1e2abe73222bf9b1721afa61fb8dde71aca154d0.tar.bz2
Merged revisions 83440 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83440 | antoine.pitrou | 2010-08-01 22:08:46 +0200 (dim., 01 août 2010) | 4 lines Issue #8397: Raise an error when attempting to mix iteration and regular reads on a BZ2File object, rather than returning incorrect results. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b232f8..c24382e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,6 +84,9 @@ C-API
Library
-------
+- Issue #8397: Raise an error when attempting to mix iteration and regular
+ reads on a BZ2File object, rather than returning incorrect results.
+
- Issue #7909: Do not touch paths with the special prefixes ``\\.\``
or ``\\?\`` in ntpath.normpath().