summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-03-10-16-47-57.bpo-45767.ywmyo1.rst
blob: 0cdf1e841577772014398028676430307720ff5a (plain)
1
2
3
Fix integer conversion in :func:`os.major`, :func:`os.minor`, and
:func:`os.makedev`. Support device numbers larger than ``2**63-1``. Support
non-existent device number (``NODEV``).