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 vstinner
Recipients francois-durand, mark.dickinson, rhettinger, seberg, vstinner
Date 2020-01-15.21:40:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579124405.93.0.459164346598.issue39274@roundup.psfhosted.org>
In-reply-to
Content
Does someone want to propose a PR to modify fractions.Fraction.__bool__() to use "return bool(a._numerator)"?
History
Date User Action Args
2020-01-15 21:40:05vstinnersetrecipients: + vstinner, rhettinger, mark.dickinson, seberg, francois-durand
2020-01-15 21:40:05vstinnersetmessageid: <1579124405.93.0.459164346598.issue39274@roundup.psfhosted.org>
2020-01-15 21:40:05vstinnerlinkissue39274 messages
2020-01-15 21:40:05vstinnercreate