Re: backslash in triple quoted string
Greg Ewing <[email protected]>
| Newsgroups | comp.lang.python |
|---|---|
| Message-ID | <[email protected]> |
On 13/05/25 6:28 am, Left Right wrote: > Read the associate release note. I take it you're referring to this: > In a future Python version, SyntaxError will > eventually be raised, instead of SyntaxWarning. (Contributed by Victor > Stinner in gh-98401.) That doesn't contradict what I said. Currently it's a warning. If and when it becomes an error, presumably the grammar documentation will be updated to reflect that. If it isn't, you'll have cause to complain, but not before. -- Greg