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 serhiy.storchaka
Recipients rhettinger, serhiy.storchaka, terry.reedy
Date 2016-06-11.19:30:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465673450.22.0.135331626103.issue27025@psf.upfronthosting.co.za>
In-reply-to
Content
Patch updated.

1. The prefix "0" is used for generated names. This keeps the old rule (generated names start from a digit and are not valid Python identifier) and looks less striking than "_".

2. Lowercased Python class name is used as a base name for generated name.

3. Numbering is separate for every type and every parent widget.

4. Numerical suffix is not used for the first (often the single) child of every type.
History
Date User Action Args
2016-06-11 19:30:50serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy
2016-06-11 19:30:50serhiy.storchakasetmessageid: <1465673450.22.0.135331626103.issue27025@psf.upfronthosting.co.za>
2016-06-11 19:30:50serhiy.storchakalinkissue27025 messages
2016-06-11 19:30:49serhiy.storchakacreate