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 Ramchandra Apte, kbk, orsenthil, python-dev, roger.serwy, serhiy.storchaka
Date 2013-01-01.20:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YbRxx62HMzS5L@mail.python.org>
In-reply-to
Content
New changeset de82da4b04cd by Serhiy Storchaka in branch '2.7':
Issue #16819: IDLE method completion now correctly works for unicode literals.
http://hg.python.org/cpython/rev/de82da4b04cd

New changeset 99a06886b258 by Serhiy Storchaka in branch '3.2':
Issue #16819: IDLE method completion now correctly works for bytes literals.
http://hg.python.org/cpython/rev/99a06886b258

New changeset b8b5303ac96f by Serhiy Storchaka in branch '3.3':
Issue #16819: IDLE method completion now correctly works for bytes literals.
http://hg.python.org/cpython/rev/b8b5303ac96f

New changeset 00cbbcd8af31 by Serhiy Storchaka in branch 'default':
Issue #16819: IDLE method completion now correctly works for bytes literals.
http://hg.python.org/cpython/rev/00cbbcd8af31
History
Date User Action Args
2013-01-01 20:36:38python-devsetrecipients: + python-dev, kbk, orsenthil, roger.serwy, Ramchandra Apte, serhiy.storchaka
2013-01-01 20:36:38python-devlinkissue16819 messages
2013-01-01 20:36:38python-devcreate