commit | f7c5ae225725893fe1cc0bb2b97d89182eac2c2e | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Nov 16 23:43:07 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Nov 16 23:43:07 2011 +0100 |
tree | c74c198e5ca630a58850e0f5ddc6108e7ab252d7 | |
parent | 345379a7f8ae2d8f5151eacc0eaa9f3902e76c8e [diff] [blame] |
Issue #13374: Deprecate os.getcwdb() on Windows
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index a3b99a3..b9e2f32 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py
@@ -1638,6 +1638,7 @@ (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),