|
|
|
|
|
by hmaarrfk
2723 days ago
|
|
> And Coconut code runs the same on any Python version, making the Python 2/3 split a thing of the past. My understand was that the big issue was the fact that [third party] libraries assume that strings were made of 8bits characters. How does coconut solve that issue? Seems a little misleading.... if you import enough things from `six` or `__future__` then you code will run the same on both python 2/3. some things like fancy tuple expansion aren't available if you work with that subset, but yeah, most things are OK. |
|
https://coconut.readthedocs.io/en/master/DOCS.html#compatibl...