[Python-Dev] Re: Do we need to remove everything that's deprecated?

2021年11月16日 08:03:50 -0800

Maybe we can provide those deprecated things, but it need people add them 
manually and dynamically.
By this, python can partially support other version python by provided minimum 
set instead of create a virtual evironment.
For example, a big project use "SafeConfigParser" in it, to not change code and 
change it with new python, it can provide oldname in a .xml file(or other 
file), than new python can Make corresponding modifications dynamically when 
project runs.
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/6BARO4O42DRK4STZWZLMNYP4APE3VYWA/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to