]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41282: Fix distutils.utils.byte_compile() DeprecationWarning (GH-25406)
authorVictor Stinner <vstinner@python.org>
Fri, 16 Apr 2021 09:26:40 +0000 (11:26 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Apr 2021 09:26:40 +0000 (11:26 +0200)
commit69ca32e0d34fe17dd242592b6f8754cda7bae684
tree3b0fa21b63e80f33d7dc4cf5da84b9861a9591fc
parenta6a5c91b1ee56fa5ba7ab8c5aeca70c31cc85fd3
bpo-41282: Fix distutils.utils.byte_compile() DeprecationWarning (GH-25406)

* byte_compile() of distutils.utils no longer logs a
  DeprecationWarning
* test_distutils no longer logs a DeprecationWarning
Lib/distutils/__init__.py
Lib/distutils/util.py
Lib/test/test_distutils.py