File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 12
12
to cut the range contained inside ``loc`` of a parsetree fragment and paste it
13
13
somewhere else without altering said parsetree fragment that.
14
14
15
- The AST format for all supported versions is generally normalized to match the native
16
- :mod:`..ast` module of the latest supported Python version. In particular this affects:
15
+ The AST format for all supported versions is generally normalized to be a superset
16
+ of the native :mod:`..ast` module of the latest supported Python version.
17
+ In particular this affects:
17
18
18
19
* :class:`With`: on 2.6-2.7 it uses the 3.0 format.
20
+ * :class:`arguments`: on 2.6-3.1 it uses the 3.2 format, with dedicated
21
+ :class:`arg` in ``vararg`` and ``kwarg`` slots.
19
22
"""
20
23
21
24
from __future__ import absolute_import , division , print_function , unicode_literals
You can’t perform that action at this time.
0 commit comments