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 amaury.forgeotdarc, gpolo, loewis, python-dev, serhiy.storchaka
Date 2015-04-02.07:07:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427958439.13.0.503021066731.issue21526@psf.upfronthosting.co.za>
In-reply-to
Content
When I said this, I understood that the patch should be backported to maintained releases.

Unpatched Python with Tcl 8.5:

>>> import tkinter; tcl = tkinter.Tcl()
>>> tcl.call('expr', 'false')
<booleanString object: 'false'>
>>> bool(tcl.call('expr', 'false'))
True
History
Date User Action Args
2015-04-02 07:07:19serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, amaury.forgeotdarc, gpolo, python-dev
2015-04-02 07:07:19serhiy.storchakasetmessageid: <1427958439.13.0.503021066731.issue21526@psf.upfronthosting.co.za>
2015-04-02 07:07:19serhiy.storchakalinkissue21526 messages
2015-04-02 07:07:18serhiy.storchakacreate