[issue14496] Wrong name in idlelib/tabbedpages.py

Popa Claudiu report at bugs.python.org
Wed Apr 4 20:44:23 CEST 2012


Popa Claudiu <pcmanticore at gmail.com> added the comment:

Yes.
1. inherit from TabbedPageSet
2. pass tabs keyword to the internal TabSet instance
3. when the GUI started, enter a page with the same name found in tabs list. NameError will be raised at this point.



I'm curios if this script is used anywhere, I couldn't find any reference to it in the source code.

----------
Added file: http://bugs.python.org/file25123/test_tabbedpages.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14496>
_______________________________________


More information about the Python-bugs-list mailing list