]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 76836 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 14 Dec 2009 18:23:30 +0000 (18:23 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 14 Dec 2009 18:23:30 +0000 (18:23 +0000)
commitc8428d3dce850a54eb49298ceabf95fc3c00867d
treed8806d53b2d52b58aaf5f083197e2141d4a8b62f
parent999df780d1dffdfe1e1e14122e38df098ef6f1a5
Merged revisions 76836 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76836 | antoine.pitrou | 2009-12-14 19:00:06 +0100 (lun., 14 déc. 2009) | 5 lines

  Issue #4757: `zlib.compress` and other methods in the zlib module now
  raise a TypeError when given an `str` object (rather than a `bytes`-like
  object).  Patch by Victor Stinner and Florent Xicluna.
........
Lib/gzip.py
Lib/tarfile.py
Lib/test/test_zlib.py
Misc/NEWS
Modules/zlibmodule.c