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 vanrein
Recipients vanrein
Date 2020-02-15.11:23:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581765836.84.0.753268318543.issue39637@roundup.psfhosted.org>
In-reply-to
Content
The following error message surprises me:

>>> import os.environ
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'os.environ'; 'os' is not a package

Shouldn't that say that "'environ' is not a package" instead?

After all, 'os' will support

>>> import os.path
>>> 

This is confusing :)
History
Date User Action Args
2020-02-15 11:23:56vanreinsetrecipients: + vanrein
2020-02-15 11:23:56vanreinsetmessageid: <1581765836.84.0.753268318543.issue39637@roundup.psfhosted.org>
2020-02-15 11:23:56vanreinlinkissue39637 messages
2020-02-15 11:23:56vanreincreate