commit | 27c1914c1bd0193e0c8ef6fa15854f767bbb0425 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Tue Dec 21 18:11:01 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Tue Dec 21 18:11:01 2010 +0000 |
tree | bbfee9e7a4d6c52a3a34387eceff17e899391171 | |
parent | 08d3c1e713f99c8f20bc797e143420bf79ecf04a [diff] |
Merged revisions 87415 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87415 | r.david.murray | 2010-12-21 13:07:59 -0500 (Tue, 21 Dec 2010) | 4 lines Fix the change made for issue 1243654. Surprisingly, it turns out there was no test that exercised this code path. ........