I was wondering what is exactly the code that executed on the command:
>>> from __future__ import braces
SyntaxError: not a chance
so, since python is open-sourced I opened C:\Python27\Lib\__future__.py
and looked.
surprisingly, I found nothing there that handle importing braces
module.
so, my question is, where is the code that handle this? what happen when I run that command?
The code is in future.c: