Serhiy Storchaka added the comment:

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.

----------
Added file: http://bugs.python.org/file43344/tkinter_names2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27025>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to