<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, May 22, 2013 at 10:11 AM, Devin Jeanpierre <span dir="ltr"><<a href="mailto:jeanpierreda@gmail.com" target="_blank">jeanpierreda@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
The way I see it, either one believes that backslashes belong in<br>
Python -- and therefore they should be made as useful as possible --<br>
or that they do not -- and therefore they should be crippled. But if<br>
they don't belong in Python, they shouldn't be crippled, rather, they<br>
shouldn't even exist.<br>
<br>
A compromise should at least be internally consistent.<br></blockquote></div><br></div><div class="gmail_extra">With changes a while back making backslash continuations never strictly necessary, it seems like officially declaring backslash deprecated might be reasonable. They are discouraged by PEP8 and other style guides and at this point they violate the "There should be one-- and preferably only one --obvious way to do it." principle.<br>
<br></div><div class="gmail_extra">Mike<br></div></div>