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 python-dev
Recipients mark.dickinson, python-dev, rhettinger, serhiy.storchaka, terry.reedy, veky
Date 2016-08-22.09:56:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160822095618.89328.11775.2B487B41@psf.io>
In-reply-to
Content
New changeset 7eea5b87f5fa by Mark Dickinson in branch '3.5':
Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić.
https://hg.python.org/cpython/rev/7eea5b87f5fa

New changeset 902e82f71880 by Mark Dickinson in branch 'default':
Issue #27539: Merge from 3.5.
https://hg.python.org/cpython/rev/902e82f71880
History
Date User Action Args
2016-08-22 09:56:21python-devsetrecipients: + python-dev, rhettinger, terry.reedy, mark.dickinson, serhiy.storchaka, veky
2016-08-22 09:56:21python-devlinkissue27539 messages
2016-08-22 09:56:21python-devcreate