[Python-Dev] Raw string syntax inconsistency

"Martin v. Löwis" martin at v.loewis.de
Mon Jun 18 07:59:38 CEST 2012


On 17.06.2012 22:41, Guido van Rossum wrote:
> Would it make sense to detect and reject these in 3.3 if the 2.7 syntax
> is used?

Maybe we are talking about different things: The (new) proposal is that
the ur prefix in 3.3 is a syntax error (again, as it was before PEP
414). So, yes: the raw unicode literals will be rejected (not by
explicitly detecting them, though).

Regards,
Martin



More information about the Python-Dev mailing list