]> granicus.if.org Git - python/commit
Issue #18415: Normalize what type of quotes are used with string
authorBrett Cannon <brett@python.org>
Fri, 12 Jul 2013 15:04:23 +0000 (11:04 -0400)
committerBrett Cannon <brett@python.org>
Fri, 12 Jul 2013 15:04:23 +0000 (11:04 -0400)
commitf0cb69274c735ae5d178acf4bfe7e314b046eb57
tree2f07c58d00e9634a1d06d687f420c198d0471687
parentd917dcbe5e855ae30eca455d38bec2bf6354dbdf
Issue #18415: Normalize what type of quotes are used with string
constants in importlib._bootstrap. Along the way clean up from string
interpolation to use the repr explicitly.

Initial patch by Madison May.
Lib/importlib/_bootstrap.py
Python/importlib.h