Staging
v0.5.1
https://github.com/python/cpython
Revision aa1afc72c1ee1f090e6302198d9a0295f1ce1c05 authored by Miss Islington (bot) on 07 September 2017, 02:43:04 UTC, committed by ericvsmith on 07 September 2017, 02:43:04 UTC
For f-string ast nodes, fix the line and columns so that tools such as flake8 can identify them correctly.
(cherry picked from commit e7c566caf177afe43b57f0b2723e723d880368e8)
1 parent e00e1b8
History
Tip revision: aa1afc72c1ee1f090e6302198d9a0295f1ce1c05 authored by Miss Islington (bot) on 07 September 2017, 02:43:04 UTC
bpo-30465: Fix lineno and col_offset in fstring AST nodes (GH-1800) (gh-3409)
Tip revision: aa1afc7
File Mode Size
test
__init__.py -rw-r--r-- 162.9 KB
__main__.py -rw-r--r-- 148 bytes
colorchooser.py -rw-r--r-- 1.7 KB
commondialog.py -rw-r--r-- 1.2 KB
constants.py -rw-r--r-- 1.5 KB
dialog.py -rw-r--r-- 1.5 KB
dnd.py -rw-r--r-- 11.2 KB
filedialog.py -rw-r--r-- 14.2 KB
font.py -rw-r--r-- 6.4 KB
messagebox.py -rw-r--r-- 3.6 KB
scrolledtext.py -rw-r--r-- 1.8 KB
simpledialog.py -rw-r--r-- 11.2 KB
tix.py -rw-r--r-- 75.3 KB
ttk.py -rw-r--r-- 55.7 KB

back to top