commit | c8428d3dce850a54eb49298ceabf95fc3c00867d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Dec 14 18:23:30 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Dec 14 18:23:30 2009 +0000 |
tree | d8806d53b2d52b58aaf5f083197e2141d4a8b62f | |
parent | 999df780d1dffdfe1e1e14122e38df098ef6f1a5 [diff] |
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. ........