mirror of
https://github.com/python/cpython.git
synced 2026-05-26 06:14:25 -04:00
2d3b986480
The old syntax suggested that a trailing comma was OK inside backticks, but in fact (due to ideosyncrasies of pgen) it was not. Fix the grammar to avoid the ambiguity. Fred: you may want to update the refman.