]> granicus.if.org Git - python/commit
Issue #15972: Fix error messages when os functions expecting a file name or
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Jan 2013 21:16:49 +0000 (23:16 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Jan 2013 21:16:49 +0000 (23:16 +0200)
commitc99b5120a7389323fce2d41dbbe15d04589ad0a0
tree6139aec80b4c227eb26a9ff0cdf1881b8d3384da
parent34bdeb5d81d2f772d7ed4bb263341331141d5f7b
parenta2ad5c3ad1bbf6d2088ff3ab2eb3bba51d096cc2
Issue #15972: Fix error messages when os functions expecting a file name or
file descriptor receive the incorrect type.
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c