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 python-dev, serhiy.storchaka, terry.reedy
Date 2016-06-27.04:57:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467003448.43.0.764906253589.issue27380@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-06-27 04:57:28serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, python-dev
2016-06-27 04:57:28serhiy.storchakasetmessageid: <1467003448.43.0.764906253589.issue27380@psf.upfronthosting.co.za>
2016-06-27 04:57:28serhiy.storchakalinkissue27380 messages
2016-06-27 04:57:28serhiy.storchakacreate