[Python-Dev] Summary of Python tracker Issues

2015-08-21 Thread Python tracker
ACTIVITY SUMMARY (2015-08-14 - 2015-08-21) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open5013 (+11) closed 31656 (+29) total 36669 (+40) Open issues wit

[Python-Dev] Compiler hints to control how f-strings are construed

2015-08-21 Thread Barry Warsaw
On Aug 17, 2015, at 01:36 PM, Guido van Rossum wrote: >> 1. Barry wants the substitutions to look like $identifier and possibly >> ${identifier}, and the PEP 498 proposal just uses {}. >> >> 2. There needs to be a way to identify interpolated strings and i18n >> strings, and possibly combinations