commit | 0e3e48545295d23e2dae081a01b6e62fb2dfe65a | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Thu Apr 15 17:21:29 2010 +0000 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Thu Apr 15 17:21:29 2010 +0000 |
tree | 6ce966b4d3747114f63e72be97b4f0013eafa2d8 | |
parent | 84ee3103a3d0fd5a56a8d33ddacacafe858d0e1c [diff] |
Merged revisions 80092 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r80092 | senthil.kumaran | 2010-04-15 22:48:22 +0530 (Thu, 15 Apr 2010) | 2 lines Fix Issue5419 - explaining bytes return value of urlopen, use of .decode() to convert to str. ........