This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients bfroehle, cgohlke, pitrou, python-dev, takluyver
Date 2013-05-06.19:54:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3b4F5M08NbzQ8m@mail.python.org>
In-reply-to
Content
New changeset df0afd3ebb70 by Antoine Pitrou in branch '3.3':
Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable.
http://hg.python.org/cpython/rev/df0afd3ebb70

New changeset 0f65426009e2 by Antoine Pitrou in branch 'default':
Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable.
http://hg.python.org/cpython/rev/0f65426009e2
History
Date User Action Args
2013-05-06 19:54:15python-devsetrecipients: + python-dev, pitrou, cgohlke, takluyver, bfroehle
2013-05-06 19:54:15python-devlinkissue17289 messages
2013-05-06 19:54:15python-devcreate