|
|
Subscribe / Log in / New account

Python and "dead" batteries

Python and "dead" batteries

Posted Jun 12, 2019 17:18 UTC (Wed) by NYKevin (subscriber, #129325)
In reply to: Python and "dead" batteries by ikm
Parent article: Python and "dead" batteries

After Python 3.x drops support for these modules, there is nothing stopping you from pulling their source code out of the Git history.

I mean, it obviously wouldn't have upstream support, but at the end of this year, neither will 2.7.


to post comments

Python and "dead" batteries

Posted Jun 12, 2019 18:18 UTC (Wed) by pgdx (guest, #119243) [Link]

You will also have the option of installing legacylib [1].

[1] https://github.com/tiran/legacylib

Python and "dead" batteries

Posted Jan 25, 2021 10:32 UTC (Mon) by ceplm (subscriber, #41334) [Link]

There is hope that these modules would shift to independent PyPI packages, so you can get it from there.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds