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 Claudiu.Popa
Recipients Claudiu.Popa, asvetlov
Date 2012-04-04.18:44:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333565063.85.0.981672607434.issue14496@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-04-04 18:44:23Claudiu.Popasetrecipients: + Claudiu.Popa, asvetlov
2012-04-04 18:44:23Claudiu.Popasetmessageid: <1333565063.85.0.981672607434.issue14496@psf.upfronthosting.co.za>
2012-04-04 18:44:23Claudiu.Popalinkissue14496 messages
2012-04-04 18:44:23Claudiu.Popacreate