mirror of https://github.com/python/cpython
4 lines
182 B
ReStructuredText
4 lines
182 B
ReStructuredText
|
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``).
|