commit | 1e2abe73222bf9b1721afa61fb8dde71aca154d0 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Aug 01 20:12:04 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Aug 01 20:12:04 2010 +0000 |
tree | 3810545a4ff6e5d97b7c9479e92a33bdb8420b0c | |
parent | c685068004d8a64ddac87c6facae376200c14dc7 [diff] |
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. ........