]> 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:39:36 +0000 (19:39 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Dec 2016 17:39:36 +0000 (19:39 +0200)
commit0f6373c34f5c0881d6ab2329aea5bce742789b20
tree67470506d05cf6bff1d25067fc7068084a601a65
parent26817a84908b831d71dd59de432f75829a5bae33
parent4cc30ae31341ba233a861899be7d225519c71830
Issue #28739: f-string expressions no longer accepted as docstrings and
by ast.literal_eval() even if they do not include subexpressions.
Misc/NEWS
Python/ast.c
Python/compile.c