]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 68484-68485 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 10 Jan 2009 16:22:51 +0000 (16:22 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 10 Jan 2009 16:22:51 +0000 (16:22 +0000)
commit308705e4fab1fe784218bde5cc8c8d2daddf6700
treec179157d874086e0e6472b292287e1eb3e7806c0
parentab868311a5282f188a8cf831b021938420fee5c4
Merged revisions 68484-68485 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68484 | antoine.pitrou | 2009-01-10 17:13:45 +0100 (sam., 10 janv. 2009) | 3 lines

  Issue #3860: GzipFile and BZ2File now support the context manager protocol.
........
  r68485 | antoine.pitrou | 2009-01-10 17:15:24 +0100 (sam., 10 janv. 2009) | 1 line

  Add NEWS entry for r68484.
........
Lib/gzip.py
Lib/test/test_bz2.py
Lib/test/test_gzip.py
Misc/NEWS
Modules/bz2module.c