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 gpolo, loewis, serhiy.storchaka
Date 2014-05-18.20:41:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400445691.82.0.48051274053.issue21526@psf.upfronthosting.co.za>
In-reply-to
Content
Recent Tcl versions (since 8.5) no longer use internal "boolean" type. Instead they use "booleanString" type (but looks as only internally). Here is a patch which add support for "booleanString" Tcl type in case when it leaks to user. There are no any new tests because there is no simple way (if any) to create pure Tcl boolean object.
History
Date User Action Args
2014-05-18 20:41:31serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, gpolo
2014-05-18 20:41:31serhiy.storchakasetmessageid: <1400445691.82.0.48051274053.issue21526@psf.upfronthosting.co.za>
2014-05-18 20:41:31serhiy.storchakalinkissue21526 messages
2014-05-18 20:41:31serhiy.storchakacreate