mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -04:00
f0cb69274c
constants in importlib._bootstrap. Along the way clean up from string interpolation to use the repr explicitly. Initial patch by Madison May.