commit | 185fae73c67aad4d59598d293f1f39f9940c9266 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Aug 04 15:54:33 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Aug 04 15:54:33 2010 +0000 |
tree | d806efe8e582337af426e9aafeebdf67a023b031 | |
parent | c529a07cf465e5c3af5714912c5153eea8c2b4ee [diff] |
Merged revisions 83719 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83719 | antoine.pitrou | 2010-08-04 17:43:16 +0200 (mer., 04 août 2010) | 4 lines Issue #9496: Provide a test suite for the rlcompleter module. Patch by Michele Orrù. ........