This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients ncoghlan
Date 2017-10-30.05:17:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509340647.27.0.213398074469.issue31898@psf.upfronthosting.co.za>
In-reply-to
Content
As per the python-ideas thread starting at https://mail.python.org/pipermail/python-ideas/2017-October/047508.html, this is proposal to add a `pip -r` compatible `recommended-packages.txt` file to the `venv` documentation that summarises replacement module recommendations in other parts of the standard library documentation.

Suggested entries are:

requests    # Recommendation in urllib.request docs
regex       # Recommendation in re docs
cffi        # More typesafe alternative to ctypes
six         # Python 2/3 compatibility library
setuptools  # Alternative to distutils that supports modern packaging standards

I'm also tempted to suggest pytz as the preferred source of up-to-date named timezones, but I'm not sure how often that's really needed in situations where you can't just depend on it explicitly instead.
History
Date User Action Args
2017-10-30 05:17:27ncoghlansetrecipients: + ncoghlan
2017-10-30 05:17:27ncoghlansetmessageid: <1509340647.27.0.213398074469.issue31898@psf.upfronthosting.co.za>
2017-10-30 05:17:27ncoghlanlinkissue31898 messages
2017-10-30 05:17:26ncoghlancreate