]> granicus.if.org Git - python/commit
Closes #15161: add support for giving path as a fd for truncate() and pathconf().
authorGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 10:55:33 +0000 (12:55 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 10:55:33 +0000 (12:55 +0200)
commit306336bcdaf886c10df9c1b46886d5f0cddcaa69
tree2f866c5adddc259acf2fb27fe8fc5d589f9d5d7a
parent8ccadaafe637d265a1e286e0261e3231ebcc678d
Closes #15161: add support for giving path as a fd for truncate() and pathconf().
Doc/library/os.rst
Lib/os.py
Lib/test/test_os.py
Modules/posixmodule.c