]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix missing space with help for `-m compileall -o` (GH-27591) (GH-28430)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Sep 2021 23:02:32 +0000 (16:02 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Sep 2021 23:02:32 +0000 (01:02 +0200)
commit8a5f14e5baea6eeb95a7af65370da8861e3c3227
tree51410d9dfcd61f77e5585a2d8aec2ab93523c95d
parentbba2332303c60d7326f08aa639ff03a6b5d44d04
Fix missing space with help for `-m compileall -o` (GH-27591) (GH-28430)

(cherry picked from commit 74cc2453ae690be940cddfae8caf8216d8628c4a)

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