[Python-Dev] PEP 594 -- Bundling libraries? (original) (raw)
Inada Naoki songofacandy at gmail.com
Fri May 24 03:17:20 EDT 2019
- Previous message (by thread): [Python-Dev] PEP 594 - a proposal for unmaintained modules
- Next message (by thread): [Python-Dev] PEP 594 -- Bundling libraries?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
When removing libraries from stdlib, can we bundle removed libraries and install it like ensurepip does?
Ruby does similar thing, called "Gemification". See https://rubykaigi.org/2017/presentations/hsbt.html
When people don't use venv, scripts importing nntplib or aifc runs correctly.
When people use venv, they need to pip install nntplib
(we may be able to use PyPI's namespace beta feature here).
But I assume pip install
is not a problem for people using venv.
Regards,
Inada Naoki <songofacandy at gmail.com>
- Previous message (by thread): [Python-Dev] PEP 594 - a proposal for unmaintained modules
- Next message (by thread): [Python-Dev] PEP 594 -- Bundling libraries?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]