commit | 14f6635762b305d88d9ccfe0793158be0cfc6e78 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Thu Dec 23 19:50:56 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Thu Dec 23 19:50:56 2010 +0000 |
tree | 5c2e99e60e9a84a0199eec4bacc502ffe2c46f09 | |
parent | e1367f3e638788112347ada786ce1c60f94d2dce [diff] |
Merged revisions 87448 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87448 | r.david.murray | 2010-12-23 14:44:49 -0500 (Thu, 23 Dec 2010) | 4 lines #4496: remove misleading comment and note that self.handlers is obsolete. self.handlers is still used in one urllib2 test, but not by the code iteslf. ........