[Python-Dev] Process to remove a Python feature (original) (raw)

Stéphane Blondon stephane.blondon at gmail.com
Tue May 8 09:20:50 EDT 2018


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.linux_distribution() -> obsolete.platform.linux_distribution()

The code in 'obsolete' package could come from the removed code from cpython or a wrapper around a third-party package ('distro' package in the example).

Plus:

Cons:

-- Stéphane

-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <http://mail.python.org/pipermail/python-dev/attachments/20180508/c389de5d/attachment.sig>



More information about the Python-Dev mailing list