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 mark.dickinson
Recipients BreamoreBoy, gpolo, mark.dickinson
Date 2010-08-04.20:21:21
SpamBayes Score 3.908932e-07
Marked as misclassified No
Message-id <1280953283.94.0.315973843752.issue4345@psf.upfronthosting.co.za>
In-reply-to
Content
> If you want to expand it to handle other data types, I'm ok with it
> but I predict troubles for you.

Yes, I suspected as much.  I don't know much Tcl, but I'm definitely prepared to believe you on this point. :)  I'd be fine with this patch if there's some documentation somewhere that points out that the bool() might give unexpected results (for Python users) for zeros, empty lists, etc.

I assume that Tcl_GetCharLength works for any object, regardless of its internal representation?

Can you update the patch for py3k, and add docs and tests?
History
Date User Action Args
2010-08-04 20:21:23mark.dickinsonsetrecipients: + mark.dickinson, gpolo, BreamoreBoy
2010-08-04 20:21:23mark.dickinsonsetmessageid: <1280953283.94.0.315973843752.issue4345@psf.upfronthosting.co.za>
2010-08-04 20:21:22mark.dickinsonlinkissue4345 messages
2010-08-04 20:21:21mark.dickinsoncreate