diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-02-26 14:02:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-26 14:02:22 (GMT) |
commit | 6f600ff1734ca2fdcdd37a809adf8130f0d8cc4e (patch) | |
tree | 3dc8ecabed25ffe13d7e79630a9eea9c3c8f3177 /Misc | |
parent | 973cae07d6ce7f5a93bd9cd3bcb724a96cfe14e9 (diff) | |
download | cpython-6f600ff1734ca2fdcdd37a809adf8130f0d8cc4e.zip cpython-6f600ff1734ca2fdcdd37a809adf8130f0d8cc4e.tar.gz cpython-6f600ff1734ca2fdcdd37a809adf8130f0d8cc4e.tar.bz2 |
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-02-23-19-12-04.bpo-32922.u-xe0B.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-02-23-19-12-04.bpo-32922.u-xe0B.rst b/Misc/NEWS.d/next/Library/2018-02-23-19-12-04.bpo-32922.u-xe0B.rst new file mode 100644 index 0000000..412e588 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-02-23-19-12-04.bpo-32922.u-xe0B.rst @@ -0,0 +1,2 @@ +dbm.open() now encodes filename with the filesystem encoding rather than +default encoding. |