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 brett.cannon
Recipients brett.cannon
Date 2018-04-13.19:08:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523646496.5.0.682650639539.issue33276@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3/reference/import.html#module-path says that "regardless of its value", __path__'s mere existence is key. But then later the docs say "__path__ must be an iterable of strings, but it may be empty". Technically the latter is more accurate, so the docs should get touched up to match itself better.
History
Date User Action Args
2018-04-13 19:08:16brett.cannonsetrecipients: + brett.cannon
2018-04-13 19:08:16brett.cannonsetmessageid: <1523646496.5.0.682650639539.issue33276@psf.upfronthosting.co.za>
2018-04-13 19:08:16brett.cannonlinkissue33276 messages
2018-04-13 19:08:16brett.cannoncreate