diff options
author | Georg Brandl <georg@python.org> | 2006-04-30 18:14:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-04-30 18:14:54 (GMT) |
commit | 3583cff5a9d55b9c1bc17b5d82670e5e6b0fc10d (patch) | |
tree | 69e44c0965203d70cddbba81e87fe5efe14475a9 /Misc | |
parent | 208badda275a7aaf722a8db87297637e161fa7aa (diff) | |
download | cpython-3583cff5a9d55b9c1bc17b5d82670e5e6b0fc10d.zip cpython-3583cff5a9d55b9c1bc17b5d82670e5e6b0fc10d.tar.gz cpython-3583cff5a9d55b9c1bc17b5d82670e5e6b0fc10d.tar.bz2 |
Patch #1472854: make the rlcompleter.Completer class usable on non-
UNIX platforms.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -86,6 +86,9 @@ Extension Modules Library ------- +- Patch #1472854: make the rlcompleter.Completer class usable on non- + UNIX platforms. + - Patch #1470846: fix urllib2 ProxyBasicAuthHandler. - Patch #1475231: ``doctest`` has a new ``SKIP`` option, which causes |