commit | 651423c1eb91a7e5a0ff346d2f52a654b765344a | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Oct 07 07:03:04 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Oct 07 07:03:04 2008 +0000 |
tree | c075a3106993dbd399e009c179fdc0885328b49c | |
parent | a731b9929f6aeb55d484cf7b655e9c108e16f222 [diff] [blame] |
More bytes vs. strings documentation.
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 0fd4094..14ad8f9 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst
@@ -694,6 +694,8 @@ .. function:: getcwd() Return a string representing the current working directory. + May raise UnicodeDecodeError if the current directory path fails + to decode in the file system encoding. Availability: Unix, Windows.