]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-12915: Improve Unicode support for package names and attributes. (GH-18517)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 28 Feb 2020 14:26:27 +0000 (14:26 +0000)
committerGitHub <noreply@github.com>
Fri, 28 Feb 2020 14:26:27 +0000 (14:26 +0000)
commit4f17c5cd9a1ec50fe8de7ef68c39220a01a862cb
tree627e549365ac1eadeae19e013ec5c218898c0b6a
parente263bb1e97ae8f84fb4f2ab5b0c4f529a2e5696d
bpo-12915: Improve Unicode support for package names and attributes. (GH-18517)
Lib/pkgutil.py
Lib/test/test_pkgutil.py