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 barry, benjamin.peterson, doko, python-dev, serhiy.storchaka, vstinner
Date 2015-04-20.06:33:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150420063318.6597.70098@psf.io>
In-reply-to
Content
New changeset cd7d51b5c951 by Serhiy Storchaka in branch '2.7':
Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.
https://hg.python.org/cpython/rev/cd7d51b5c951

New changeset 998d967b8a57 by Serhiy Storchaka in branch '3.4':
Issue #23842: Added tests for os.major(), os.minor() and os.makedev().
https://hg.python.org/cpython/rev/998d967b8a57

New changeset d477da6f287f by Serhiy Storchaka in branch 'default':
Issue #23842: Added tests for os.major(), os.minor() and os.makedev().
https://hg.python.org/cpython/rev/d477da6f287f
History
Date User Action Args
2015-04-20 06:33:22python-devsetrecipients: + python-dev, barry, doko, vstinner, benjamin.peterson, serhiy.storchaka
2015-04-20 06:33:21python-devlinkissue23842 messages
2015-04-20 06:33:21python-devcreate