]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40260: Remove unnecessary newline in compile() call (GH-19641)
authorAnthony Sottile <asottile@umich.edu>
Wed, 22 Apr 2020 18:42:53 +0000 (11:42 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Apr 2020 18:42:53 +0000 (19:42 +0100)
commit39652cd8bdf7c82b7c6055089a4ed90ee546a448
tree4a600908b2211d4c39c5a9aa137b5ebb4fa50845
parent4454057269b995341b04d13f0bf97f96080f27d0
bpo-40260: Remove unnecessary newline in compile() call (GH-19641)

Because some people subclass this class and call undocumented methods, and we don't want to break them.
Lib/modulefinder.py