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:02:30
SpamBayes Score 4.591152e-08
Marked as misclassified No
Message-id <1280952152.04.0.0202738282597.issue4345@psf.upfronthosting.co.za>
In-reply-to
Content
I'd call this a new feature;  removing 2.7 and 3.1 from versions.

The patch needs updating for py3k, which should be a fairly simple task.

I don't know much about Tcl, but wouldn't this change give quite confusing results for numeric values?  Presumably, all integers and floats would have a bool() of True?  (Or am I misunderstanding?)  I'm not sure what the value of implementing __nonzero__ is if it only works as expected for strings.
History
Date User Action Args
2010-08-04 20:02:32mark.dickinsonsetrecipients: + mark.dickinson, gpolo, BreamoreBoy
2010-08-04 20:02:32mark.dickinsonsetmessageid: <1280952152.04.0.0202738282597.issue4345@psf.upfronthosting.co.za>
2010-08-04 20:02:30mark.dickinsonlinkissue4345 messages
2010-08-04 20:02:30mark.dickinsoncreate