|
|
|
|
|
by jamesgeck0
4402 days ago
|
|
Syntax changes can be an issue for backwards compatibility, but that's not what I was talking about. It's easy to specify what the minimum version of Python you want to support is. Even if there's syntax which is incompatible with Python 2 in the file, a hashbang that specifies `python3` is pretty clear. |
|