]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34421 avoid unicode error in distutils logging (GH-8799) 9123/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 8 Sep 2018 20:52:59 +0000 (13:52 -0700)
committerGitHub <noreply@github.com>
Sat, 8 Sep 2018 20:52:59 +0000 (13:52 -0700)
commit77b92b15a5e5c84b91d3fd9d02f63db432fa8903
treed69e332e75231c5c265166ab5ebdb4886f07b61c
parent9835696ec4c57a9a30f1c11cfb4c5d3e121bf97c
bpo-34421 avoid unicode error in distutils logging (GH-8799)

This caused installation errors in some cases on Windows.
Patch by Julien Malard.
(cherry picked from commit 0afada163c7ef25c3a9d46ed445481fb69f2ecaf)

Co-authored-by: Julien Malard <julien.malard@mail.mcgill.ca>
Lib/distutils/log.py
Misc/NEWS.d/next/Library/2018-09-07-10-57-00.bpo-34421.AKJISD.rst [new file with mode: 0644]