Showing content from http://mail.python.org/pipermail/python-dev/attachments/20160817/b51b5102/attachment.html below:
<div dir="ltr">Please don't cross-post as it means anyone replying to your email will now split the conversation as not everyone will be subscribed to all of the mailing lists you sent this to. I have stripped out all but python-dev for my reply.<br><br><div class="gmail_quote"><div dir="ltr">On Wed, 17 Aug 2016 at 09:47 Philipp A. <<a href="mailto:flying-sheep@web.de">flying-sheep@web.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>hi, i already posted in python-ideas, but i got no replies, so iâll post here:<br></div></div></div></div></div></div></blockquote><div><br></div><div>I don't remember specifically seeing any email on this. Do you have a link to your post from the python-ideas archive showing your email actually made it to the list?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><br></div>in essence i think interpreting escape sequences in f-literals is a *very* bad idea, mainly because i think itâs fundamental that syntax highlighters can highlight code as code.<br></div></div></div></div></div></blockquote><div><br></div><div>I believe you're referring to <a href="https://www.python.org/dev/peps/pep-0498/#escape-sequences">https://www.python.org/dev/peps/pep-0498/#escape-sequences</a> ?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><br></div><div>so they should highlight the code parts of f-literals as code to avoid bugs and misunderstandings (parts highlighted as string arenât expected to execute). for many syntax highlighters, itâs *impossible* to properly highlight python code after this change makes pythonâs grammar recursive (escaped code in f-literals, doubly-escaped code in escaped f-literals in f-literals, â¦).<br></div><div><br></div>i want this changed because i think itâs only done this way to reuse the string tokenization code (i.e. convenience), not for some deeper reason. the RFC even says so. however, f-literals arenât strings, but expressions, so string tokenization rules shouldnât apply to the non-string parts.<br><br></div>how am i going about changing f-literal grammar before the beta hits?<br></div></div></div></blockquote><div><br></div><div>You can post to python-ideas and start a discussion there as the PEP has already been accepted and implemented with the current semantics or ask for clarification for the reasoning behind the decision here on python-dev.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><br></div>i consider this important enough to defer f-literals to 3.7 if it canât get in in time.<br></div></div></blockquote><div><br></div><div>I just wanted to let you know, Philipp, that your email comes off as somewhat demanding, e.g. "I want this changed". Had you asked why the decision was made then your email would not come off as "I'm right and you're wrong" and more about you asking for clarification to understand why, and then if you still disagreed with the thought process then bring up that you think it may have been a mistake.</div><div><br></div><div>-Brett</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div>best, philipp<br></div><br><div class="gmail_quote"></div><div class="gmail_quote"><div dir="ltr">Ned Deily <<a href="mailto:nad@python.org" target="_blank">nad@python.org</a>> schrieb am Di., 16. Aug. 2016 um 05:02 Uhr:<br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On behalf of the Python development community and the Python 3.6 release<br>
team, I'm happy to announce the availability of Python 3.6.0a4. 3.6.0a4<br>
is the last of four planned alpha releases of Python 3.6, the next major<br>
release of Python. During the alpha phase, Python 3.6 remains under<br>
heavy development: additional features will be added and existing<br>
features may be modified or deleted. Please keep in mind that this is a<br>
preview release and its use is not recommended for production environments.<br>
<br>
You can find Python 3.6.0a4 here:<br>
<br>
<a href="https://www.python.org/downloads/release/python-360a4/" rel="noreferrer" target="_blank">https://www.python.org/downloads/release/python-360a4/</a><br>
<br>
The next planned release of Python 3.6 will be 3.6.0b1, currently<br>
scheduled for 2016-09-12. 3.6.0b1 will mark the beginning of the beta<br>
phase of Python 3.6; at that time, feature development for 3.6 will be<br>
complete and the emphasis will change to fixing bugs and regressions.<br>
More information about the release schedule can be found here:<br>
<br>
<a href="https://www.python.org/dev/peps/pep-0494/" rel="noreferrer" target="_blank">https://www.python.org/dev/peps/pep-0494/</a><br>
<br>
--Ned<br>
<br>
--<br>
 Ned Deily<br>
 <a href="mailto:nad@python.org" target="_blank">nad@python.org</a> -- []<br>
<br>
_______________________________________________<br></blockquote></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/flying-sheep%40web.de" rel="noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/flying-sheep%40web.de</a><br>
</blockquote></div>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org" rel="noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</blockquote></div></div>
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4