Serhiy Storchaka added the comment:

You can use True and False instead of TRUE and FALSE. You can import constants 
with "from tkinter.constants import *". The benefit of using constants instead 
of string literals is early failing in case of typo.

----------
nosy: +serhiy.storchaka

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

Reply via email to