[Python-3000] __bool__ in 2.6?

James Thiele python3now at gmail.com
Sun Oct 28 21:05:43 CET 2007


PEP 361 lists __bool__ support as being possible for 2.6 backporting.
As of today the trunk build uses __nonzero__ like 2.5 but 3.0 alpha
uses __bool__. Has a decision been made on whether this will make the
cut for 2.6?

In a more general vein, is there a cutoff date for producing a list of
3.0 features which will be backported to 2.6?

Thanks,
James


More information about the Python-3000 mailing list