[issue16819] IDLE b method completion incorrect

2013-01-01 Thread Senthil Kumaran
Senthil Kumaran added the comment: The patch seems good to me. Please commit it. -- nosy: +orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16819 ___

[issue16819] IDLE b method completion incorrect

2013-01-01 Thread Roundup Robot
Roundup Robot added the comment: 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

[issue16819] IDLE b method completion incorrect

2013-01-01 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16819

[issue16819] IDLE b method completion incorrect

2012-12-31 Thread Roger Serwy
Changes by Roger Serwy roger.se...@gmail.com: -- nosy: +serwy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16819 ___ ___ Python-bugs-list mailing

[issue16819] IDLE b method completion incorrect

2012-12-30 Thread Ramchandra Apte
New submission from Ramchandra Apte: To reproduce, type b. and then press TAB. The encode method is listed, that means that IDLE is listing the methods of (it should list the methods of b). -- components: IDLE messages: 178558 nosy: ramchandra.apte priority: normal severity: normal

[issue16819] IDLE b method completion incorrect

2012-12-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Same for u'' on 2.7. Completion list doesn't contain isdecimal and isnumeric. -- assignee: - serhiy.storchaka nosy: +serhiy.storchaka versions: +Python 2.7, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker

[issue16819] IDLE b method completion incorrect

2012-12-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is a patch which fixes this issue. It is applicable for all version, except uU can be removed from string of string prefix characters in 3.2. -- nosy: +kbk stage: - patch review ___ Python tracker

[issue16819] IDLE b method completion incorrect

2012-12-30 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file28491/idle_bytes_completion.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16819