[Python-Dev] Process to remove a Python feature (original) (raw)
Joni Orponen j.orponen at 4teamwork.ch
Tue May 8 11:51:06 EDT 2018
- Previous message (by thread): [Python-Dev] Process to remove a Python feature
- Next message (by thread): [Python-Dev] Process to remove a Python feature
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, May 8, 2018 at 3:20 PM, Stéphane Blondon <stephane.blondon at gmail.com
wrote:
Le 02/05/2018 à 11:11, Victor Stinner a écrit : > * Communicate on python-dev, Twitter, Python Insider blog, etc. > * Collaborate with major Python projects to help them to migrate the alternative
I wonder if it would be interesting to have a package available by pypi.org which would provide the removed features. In your example, the developers would have to update their source code: # giving 'obsolete' as name for this package platform.linuxdistribution() -> obsolete.platform.linuxdistribution()
If one can import from the future can one can also import from the past?
-- Joni Orponen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20180508/d328147d/attachment.html>
- Previous message (by thread): [Python-Dev] Process to remove a Python feature
- Next message (by thread): [Python-Dev] Process to remove a Python feature
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]