Eric V. Smith
|
6a4efce7a5
|
Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a temporary restriction. In 3.6 beta 2, the plan is to again allow backslashes in the string parts of f-strings, but disallow them in the expression parts.
|
2016-09-03 09:18:34 -04:00 |
Berker Peksag
|
d07a1cb53b
|
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
Patch by Guo Ci Teo.
|
2016-03-06 16:50:44 +02:00 |
Berker Peksag
|
d66dd5ce68
|
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
Patch by Guo Ci Teo.
|
2016-03-06 16:50:15 +02:00 |
Eric V. Smith
|
608adf9c82
|
Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter.
|
2015-09-20 15:09:15 -04:00 |
Eric V. Smith
|
edef3ebafa
|
Temporary hack for issue #25180: exclude test_fstring.py from the unparse round-tripping, while I figure out how to properly fix it.
|
2015-09-19 15:49:57 -04:00 |
Zachary Ware
|
2b0a610297
|
Issue #21918: Convert test_tools.py to a sub-package of test.
|
2014-07-16 14:26:09 -05:00 |