]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40260: Remove unnecessary newline in compile() call (GH-19641)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Apr 2020 19:05:10 +0000 (12:05 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Apr 2020 19:05:10 +0000 (12:05 -0700)
commitfc45cb4400409572f05c8b54f2c6f06cbefb1b4e
tree7459197510a5cc3db383437d16018f83eeaa5295
parent4a6da0b63ba0fb811bfa3cacd69d22a9c0b24a4d
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.
(cherry picked from commit 39652cd8bdf7c82b7c6055089a4ed90ee546a448)

Co-authored-by: Anthony Sottile <asottile@umich.edu>
Lib/modulefinder.py