Message209548
Here is the updated patch for float object based on Zachary and Serhiy's reviews. Some methods that can not be converted are:
__getnewargs__, __round__, float_new.
So these files are ready for Python 3.4: resource, typeobject, listobject, and floatobject.
These files are not ready yet: gc, longobject. |
|
| Date |
User |
Action |
Args |
| 2014-01-28 14:12:32 | vajrasky | set | recipients:
+ vajrasky, larry, nadeem.vawda, serhiy.storchaka |
| 2014-01-28 14:12:32 | vajrasky | set | messageid: <[email protected]> |
| 2014-01-28 14:12:32 | vajrasky | link | issue20185 messages |
| 2014-01-28 14:12:31 | vajrasky | create | |
|