commit | f0cb69274c735ae5d178acf4bfe7e314b046eb57 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Jul 12 11:04:23 2013 -0400 |
committer | Brett Cannon <brett@python.org> | Fri Jul 12 11:04:23 2013 -0400 |
tree | 2f07c58d00e9634a1d06d687f420c198d0471687 | |
parent | d917dcbe5e855ae30eca455d38bec2bf6354dbdf [diff] |
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.