]> granicus.if.org Git - python/commit
Issue #28739: f-string expressions no longer accepted as docstrings and
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Dec 2016 17:37:19 +0000 (19:37 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Dec 2016 17:37:19 +0000 (19:37 +0200)
commit4cc30ae31341ba233a861899be7d225519c71830
tree0743a75a586d301a15f37355a567488eee239618
parent8114f21668fe9775d2542d079c6396a745f4f094
Issue #28739: f-string expressions no longer accepted as docstrings and
by ast.literal_eval() even if they do not include subexpressions.
Lib/test/test_fstring.py
Misc/NEWS
Python/ast.c
Python/compile.c