mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-26120: make pydoc exclude __future__ imports from the data block of the module (GH-30888)
This commit is contained in:
parent
4c116f716b
commit
15ba8167d7
3 changed files with 10 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
"""This is a test module for test_pydoc"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import types
|
||||
import typing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue