diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-01 20:12:04 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-01 20:12:04 (GMT) |
commit | 1e2abe73222bf9b1721afa61fb8dde71aca154d0 (patch) | |
tree | 3810545a4ff6e5d97b7c9479e92a33bdb8420b0c /Misc/NEWS | |
parent | c685068004d8a64ddac87c6facae376200c14dc7 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(). |