|
|
|
|
|
by linux2647
3347 days ago
|
|
I think it means that you tell the compiler what version of Python the original source code is in, so it knows how to compile it. So, if your codebase has f''-strings then the compiler needs to know. That's my guess, anyway. |
|