]> 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:13:46 +0000 (23:13 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Jan 2013 21:13:46 +0000 (23:13 +0200)
commita2ad5c3ad1bbf6d2088ff3ab2eb3bba51d096cc2
tree097dbbd7fe661b0da5e496ee972f0c6df5a35842
parent0e82fd1f78a9ae07c16b1f57a0f39bc56f798b30
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