]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix missing space with help for `-m compileall -o` (GH-27591) (GH-28431)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Sep 2021 22:55:37 +0000 (15:55 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Sep 2021 22:55:37 +0000 (00:55 +0200)
commit791cfd19034c5aa14f9db69e64baa172b457a789
tree1604727087e2a6a2aa01853c27df97b7cd2dae7d
parent129e47733b3a59f0c4a7f5879802777b7983978d
Fix missing space with help for `-m compileall -o` (GH-27591) (GH-28431)

(cherry picked from commit 74cc2453ae690be940cddfae8caf8216d8628c4a)

Co-authored-by: Daniel Hahler <git@thequod.de>
Lib/compileall.py