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 eli.bendersky
Recipients docs@python, eli.bendersky, flox, patrick.vrijlandt
Date 2012-07-15.03:35:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342323340.07.0.267970309887.issue13823@psf.upfronthosting.co.za>
In-reply-to
Content
About (1):

It's customary for Python to accept "truthful" values (like non-empty strings) as True. I see no harm in that. Strict type-checking to boolean True in each and every place is not necessary.

About (2):

Similarly, this isn't productive. ET may not know about all encodings underlying the system. The warning is clearly documented - it's up for the user to make sure it's valid.
History
Date User Action Args
2012-07-15 03:35:40eli.benderskysetrecipients: + eli.bendersky, flox, docs@python, patrick.vrijlandt
2012-07-15 03:35:40eli.benderskysetmessageid: <1342323340.07.0.267970309887.issue13823@psf.upfronthosting.co.za>
2012-07-15 03:35:39eli.benderskylinkissue13823 messages
2012-07-15 03:35:39eli.benderskycreate