Python 2.8?
Python 2.8?
Posted Jan 13, 2017 7:26 UTC (Fri) by ddevault (subscriber, #99589)In reply to: Python 2.8? by Cyberax
Parent article: Python 2.8?
Posted Jan 13, 2017 7:39 UTC (Fri)
by Cyberax (✭ supporter ✭, #52523)
[Link]
BUT THIS IS NOT TRUE!
Real world out here is full of misencoded stuff that can only be represented by byte arrays. It can NOT be encoded into strings without losses or quoting. Thus "PathLike" class with dual nature to represent them is needed for Py3.
Py3 makes working with such entities a total pain. Py27 is entirely a breeze - it just works.
And please, do explain what I gain from following all the Py3 rules of unicode strings? What are the advantages over Py27 with utf-8 strings?
Posted Jan 13, 2017 17:42 UTC (Fri)
by sfeam (subscriber, #2841)
[Link]
Posted Jan 14, 2017 15:36 UTC (Sat)
by bronson (subscriber, #4806)
[Link]
You're saying that there are lots of problems with Python 3?
Python 2.8?
"Development would be so easy if it weren't for those pesky users."
Python 2.8?
Python 2.8?