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 vajrasky
Recipients larry, nadeem.vawda, serhiy.storchaka, vajrasky
Date 2014-01-28.14:12:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390918352.04.0.988073213764.issue20185@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-01-28 14:12:32vajraskysetrecipients: + vajrasky, larry, nadeem.vawda, serhiy.storchaka
2014-01-28 14:12:32vajraskysetmessageid: <1390918352.04.0.988073213764.issue20185@psf.upfronthosting.co.za>
2014-01-28 14:12:32vajraskylinkissue20185 messages
2014-01-28 14:12:31vajraskycreate