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 veky
Recipients mark.dickinson, rhettinger, veky
Date 2016-07-19.04:31:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468902663.29.0.664966634379.issue27539@psf.upfronthosting.co.za>
In-reply-to
Content
If it is of any help, here is the patch I wrote online:

http://www.mergely.com/TwCVpiFp/

(also in attachment). I also took the liberty of properly isolating the _normalize argument by requiring it to be keyword-only (starting its name with underscore doesn't mean much if people could just call e.g. `Fraction(2, 3, 4)` without error).
History
Date User Action Args
2016-07-19 04:31:03vekysetrecipients: + veky, rhettinger, mark.dickinson
2016-07-19 04:31:03vekysetmessageid: <1468902663.29.0.664966634379.issue27539@psf.upfronthosting.co.za>
2016-07-19 04:31:03vekylinkissue27539 messages
2016-07-19 04:31:03vekycreate