[issue44683] String formatting
Change by Mykyta : Removed file: https://bugs.python.org/file50166/1.png ___ Python tracker <https://bugs.python.org/issue44683> ___ ___ Python-bugs-list mailin
[issue44683] String formatting
New submission from Mykyta : The formatting does not work correctly. I have a dict with string representations of integers as keys, such as {'1': 'a'} and trying to format it this way: '{0[1]}' and KeyError occurs. But I think it should not as '{0[a]}