|
|
|
|
|
by nolok
2038 days ago
|
|
Every single deprecation is a wart being removed, none of them are a python 2->3 kind of issue (it worked just fine but now I need to work to move it to the new stuff !), and it's all easily fixable in your code with minimal effort (but decent amount of time ... if you've not bothered to clean up warnings for the past decades). The cases that are not replacable easily are things that should never have been written ever. |
|