]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Apr 2015 06:21:23 +0000 (09:21 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Apr 2015 06:21:23 +0000 (09:21 +0300)
commit9aa16d93c9570771bdb8f0819e4b17f4284c952e
treed99399279e4224251f689f1a2b80b764ce6835e8
parent3ce7873fddef05ecd6c5da2d5bd40206fee3805c
Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c