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 Robert Rouhani
Recipients Robert Rouhani, brett.cannon, eric.snow, ncoghlan, python-dev
Date 2020-05-01.16:56:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAG+_8FWO6RvCtMfg9cbtFwT_w0FFb3wcEbNLa6wFyqQwrBq7DQ@mail.gmail.com>
In-reply-to <1588346553.53.0.893493142192.issue40417@roundup.psfhosted.org>
Content
We have a fairly straightforward workaround of using the "warnings" module
to redirect to stdout, so we personally don't have a need.

Unreal, however, follows the VFX Reference Platform (
https://vfxplatform.com/) which is migrating from 2.7 to 3.7.x this year.
They will likely run into this during their migration, so backporting to
3.7 would be useful.

On Fri, May 1, 2020 at 8:22 AM Eric Snow <report@bugs.python.org> wrote:

>
> Eric Snow <ericsnowcurrently@gmail.com> added the comment:
>
> Did you have a need for this to be fixed in 3.8 or earlier?  This seems
> reasonably and simple enough to backport.  I suppose someone could be
> relying on an implicit import of the "imp" module, but that seems highly
> unlikely and suspect anyway. :)
>
> ----------
> nosy: +brett.cannon, ncoghlan
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue40417>
> _______________________________________
>
History
Date User Action Args
2020-05-01 16:56:51Robert Rouhanisetrecipients: + Robert Rouhani, brett.cannon, ncoghlan, python-dev, eric.snow
2020-05-01 16:56:51Robert Rouhanilinkissue40417 messages
2020-05-01 16:56:51Robert Rouhanicreate