Revisiting PEP 394
Revisiting PEP 394
Posted Mar 8, 2019 12:39 UTC (Fri) by moltonel (guest, #45207)In reply to: Revisiting PEP 394 by Cyberax
Parent article: Revisiting PEP 394
I guess your python2 code never had an issue with text encoding ? Perhaps you were very careful to do all the correct calls where needed, or perhaps you were lucky with your input data. It's much harder to get things wrong with python3. To me that was py3's biggest selling point, but other people will have different favorite features (including some making code more concise or performant).
Also, it's unfair to complain that removal of deprecated stuff doesn't yield improvements on day 1. It takes time to take advantage of the cleaned up code. For example removing support for classic classes doesn't bring anything by itself, but it opens the door to improvements down the road.
Posted Mar 8, 2019 17:52 UTC (Fri)
by Cyberax (✭ supporter ✭, #52523)
[Link] (1 responses)
Posted Mar 8, 2019 19:51 UTC (Fri)
by mirabilos (subscriber, #84359)
[Link]
Some of the recent fixes will help, though.
Revisiting PEP 394
Revisiting PEP 394