mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #13374: Deprecate os.getcwdb() on Windows
This commit is contained in:
parent
345379a7f8
commit
f7c5ae2257
3 changed files with 8 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue