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 eric.snow
Recipients BTaskaya, Mark.Shannon, barry, brandtbucher, brett.cannon, eric.snow, gvanrossum, indygreg, larry, lemburg, lys.nikolaou, methane, miss-islington, nascheme, ncoghlan, pablogsal, rhettinger, ronaldoussoren, santhu_reddy12, shihai1991, terry.reedy, vstinner
Date 2021-10-06.17:22:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CALFfu7Czh3ZUPTagqz6nWmbuOALu_yFvOUfOwQ7uj7LkMJPbLQ@mail.gmail.com>
In-reply-to <1633455056.56.0.828667111562.issue45020@roundup.psfhosted.org>
Content
On Tue, Oct 5, 2021 at 11:31 AM Guido van Rossum <report@bugs.python.org> wrote:
> Whoa. os.path is not always an alias for posixpath, is it?

Steve brought this to my attention a couple weeks ago.  Bottom line:
the frozen module entry is only there for checks, not for actual
import, but should probably be removed regardless.  See
https://bugs.python.org/issue45272.
History
Date User Action Args
2021-10-06 17:22:01eric.snowsetrecipients: + eric.snow, lemburg, gvanrossum, barry, brett.cannon, nascheme, rhettinger, terry.reedy, ronaldoussoren, ncoghlan, vstinner, larry, methane, Mark.Shannon, indygreg, lys.nikolaou, pablogsal, miss-islington, brandtbucher, BTaskaya, shihai1991, santhu_reddy12
2021-10-06 17:22:01eric.snowlinkissue45020 messages
2021-10-06 17:22:01eric.snowcreate