mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
remove ast.__version__ (closes #12273)
This commit is contained in:
parent
e720725c12
commit
0bd152cd67
5 changed files with 3 additions and 44 deletions
|
@ -25,7 +25,6 @@
|
|||
:license: Python License.
|
||||
"""
|
||||
from _ast import *
|
||||
from _ast import __version__
|
||||
|
||||
|
||||
def parse(source, filename='<unknown>', mode='exec'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue