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 girtsf
Recipients barry, brett.cannon, eric.smith, girtsf
Date 2018-08-28.19:27:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535484443.33.0.56676864532.issue34534@psf.upfronthosting.co.za>
In-reply-to
Content
> What's the difference between "namespace packages and implicit non-namespace packages"? 

To me, the semantic difference is that "namespace packages" are what is used when you have "foo.bar" and "foo.baz" come from different distributions (https://packaging.python.org/guides/packaging-namespace-packages/). They get mentioned in "setup(packages=[...])" in distribution package's setup.py.
History
Date User Action Args
2018-08-28 19:27:23girtsfsetrecipients: + girtsf, barry, brett.cannon, eric.smith
2018-08-28 19:27:23girtsfsetmessageid: <1535484443.33.0.56676864532.issue34534@psf.upfronthosting.co.za>
2018-08-28 19:27:23girtsflinkissue34534 messages
2018-08-28 19:27:23girtsfcreate