Issue #13374: Deprecate os.getcwdb() on Windows

This commit is contained in:
Victor Stinner 2011-11-16 23:43:07 +01:00
parent 345379a7f8
commit f7c5ae2257
3 changed files with 8 additions and 2 deletions

View file

@ -1638,6 +1638,7 @@ class Win32DeprecatedBytesAPI(unittest.TestCase):
(os.access, filename, os.R_OK),
(os.chdir, filename),
(os.chmod, filename, 0o777),
(os.getcwdb,),
(os.link, filename, filename),
(os.listdir, filename),
(os.lstat, filename),