diff options
author | Kyle Stanley <aeros167@gmail.com> | 2019-07-07 01:20:15 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2019-07-07 01:20:15 (GMT) |
commit | 0717b4d9b3899c5c2ca13031e4ff619a15a4d368 (patch) | |
tree | c49ca4d2a95b9cb48101cb7707074aee6e637b8b /Misc | |
parent | 6f2a8c08573c71b78d2f6e2bfaf31641a0cd092b (diff) | |
download | cpython-0717b4d9b3899c5c2ca13031e4ff619a15a4d368.zip cpython-0717b4d9b3899c5c2ca13031e4ff619a15a4d368.tar.gz cpython-0717b4d9b3899c5c2ca13031e4ff619a15a4d368.tar.bz2 |
bpo-37478: Specify possible exceptions for os.chdir() (GH-14611)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2019-07-06-00-57-27.bpo-37478.B0ioLw.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-07-06-00-57-27.bpo-37478.B0ioLw.rst b/Misc/NEWS.d/next/Documentation/2019-07-06-00-57-27.bpo-37478.B0ioLw.rst new file mode 100644 index 0000000..55b1366 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-07-06-00-57-27.bpo-37478.B0ioLw.rst @@ -0,0 +1 @@ +Added possible exceptions to the description of os.chdir().
\ No newline at end of file |