commit | 1b939643d9727785263706b413d2d8c6620a6534 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Mon Jun 28 17:11:32 2010 +0000 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Mon Jun 28 17:11:32 2010 +0000 |
tree | b02b9f47ca054b27ca5877b23de3cb29497c68b3 | |
parent | 6303ec9d386cdd40dcd1a97df3b2329acf5e7da2 [diff] |
Merged revisions 82334 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r82334 | senthil.kumaran | 2010-06-28 22:37:40 +0530 (Mon, 28 Jun 2010) | 3 lines Documentation correction. urllib2.urlopen.info returns a mimetools.Message instance not HTTPMessage object. ........