Nick Coghlan added the comment:

I've added Eric Smith to the nosy list as well, as he's been working on that 
part of the compilation pipeline for the f-string implementation.

Eric, the context here is that the new deprecation warning for unknown escapes 
is currently being misattributed to the code doing the compilation rather than 
to the code containing the offending (non-)escape sequence.

That's making it difficult for folks to act effectively on the warnings when 
they receive them, and also poses problems for correctly filtering out warnings 
coming from code in dependencies rather than an application's own code.

----------
nosy: +eric.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28128>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to