|
|
|
|
|
by noirscape
1042 days ago
|
|
One thing I don't quite get is why the proposal here is so insistent on triple quoted strings only. Shouldn't a \n formatted string also be considered valid? Its practically just a string after all. Other than that, this isn't a bad proposal. Generally for single-file scripts, figuring out the imports isn't too difficult but you do have the occasionally weirdly named pypi package vs installed import package. |
|
It's just lightening the load on developers by making the parsing simpler.