commit | 10c4c23a252294801e44de6d162e3f486baf1784 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Sep 03 18:39:47 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Sep 03 18:39:47 2010 +0000 |
tree | b78800aa0cc3e47f9df9138bb770153e5025adff | |
parent | 23ef20f46140603e372c9bcd78110aa6bb9c361d [diff] |
Merged revisions 84464 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84464 | antoine.pitrou | 2010-09-03 20:38:17 +0200 (ven., 03 sept. 2010) | 3 lines Issue #3805: clean up implementation of the _read method in _ssl.c. ........