[issue26120] pydoc: move __future__ imports out of the DATA block
March 26, 2022
12:59 p.m.
Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment: I am positive about this idea, but we must also think about the possible negative consequences. For example, the future annotations will be included in the star-import by default and can override some global names. The fact that some names not visible in the module help can override global names can be confusing. I think it should be discussed with a wider auditory. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue26120> _______________________________________
1029
Age (days ago)
1029
Last active (days ago)
0 comments
1 participants
participants (1)
-
Serhiy Storchaka