[Python-checkins] r64438 - in python/trunk: Lib/test/test_builtin.py Misc/NEWS Objects/floatobject.c

Raymond Hettinger python at rcn.com
Sun Jun 22 11:04:54 CEST 2008


>  I suggest that the implementation 
> in 2.6 and 3.0 both modify PyNumber_ToBase() to explicitly check for 
> float. 

For 3.0, that's what I likely do.  Will post a patch when it's ready.


Raymond


More information about the Python-checkins mailing list