diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-02-04 08:30:59 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-02-04 08:30:59 (GMT) |
commit | e7afe1ab25e102418a7fcf5938d9eea497206e91 (patch) | |
tree | 88b0890adad6b1646d924d6732707ae484c73b27 /Misc/NEWS.d/next/Library/2018-09-07-10-16-34.bpo-34604.xL7-kG.rst | |
parent | a8474d025cab794257d2fd0bea67840779b9351f (diff) | |
parent | e75eeb00b56b45261a8b94748066f3b855e06353 (diff) | |
download | cpython-e7afe1ab25e102418a7fcf5938d9eea497206e91.zip cpython-e7afe1ab25e102418a7fcf5938d9eea497206e91.tar.gz cpython-e7afe1ab25e102418a7fcf5938d9eea497206e91.tar.bz2 |
Merge tag 'v3.8.0a1'
Python 3.8.0a1
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-09-07-10-16-34.bpo-34604.xL7-kG.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-09-07-10-16-34.bpo-34604.xL7-kG.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-09-07-10-16-34.bpo-34604.xL7-kG.rst b/Misc/NEWS.d/next/Library/2018-09-07-10-16-34.bpo-34604.xL7-kG.rst deleted file mode 100644 index 958b74f..0000000 --- a/Misc/NEWS.d/next/Library/2018-09-07-10-16-34.bpo-34604.xL7-kG.rst +++ /dev/null @@ -1,3 +0,0 @@ -Fix possible mojibake in the error message of `pwd.getpwnam` and -`grp.getgrnam` using string representation because of invisible characters -or trailing whitespaces. Patch by William Grzybowski. |