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 jaraco, mariocj89, ncoghlan
Date 2018-01-28.05:04:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517115891.43.0.467229070634.issue32691@psf.upfronthosting.co.za>
In-reply-to
Content
For regular modules, the initial implementation of bpo-32206 sets __package__ to "module_name" instead of "module_name.rpartition('.')[0]".

This is not correct, and will cause problems for relative imports.

(From https://bugs.python.org/issue32206#msg310882)
History
Date User Action Args
2018-01-28 05:04:51ncoghlansetrecipients: + ncoghlan, jaraco, mariocj89
2018-01-28 05:04:51ncoghlansetmessageid: <1517115891.43.0.467229070634.issue32691@psf.upfronthosting.co.za>
2018-01-28 05:04:51ncoghlanlinkissue32691 messages
2018-01-28 05:04:51ncoghlancreate