Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade bundled pkg_resources and _markerlib to 3.4.4 #1752

Merged
merged 1 commit into from
Apr 24, 2014

Conversation

dstufft
Copy link
Member

@dstufft dstufft commented Apr 24, 2014

Mostly to keep ourselves in sync with setuptools development, however this changelog item is relevant:

  • Issue 12: Namespace packages are now imported lazily. That is, the mere declaration of a namespace package in an egg on sys.path no longer causes it to be imported when pkg_resources is imported. Note that this change means that all of a namespace package’s init.py files must include a declare_namespace() call in order to ensure that they will be handled properly at runtime. In 2.x it was possible to get away without including the declaration, but only at the cost of forcing namespace packages to be imported early, which 3.0 no longer does.

dstufft added a commit that referenced this pull request Apr 24, 2014
Upgrade bundled pkg_resources and _markerlib to 3.4.4
@dstufft dstufft merged commit 37ded08 into pypa:develop Apr 24, 2014
@dstufft dstufft deleted the upgrade-setuptools branch April 24, 2014 16:27
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant