Message367227
With the old parser it works:
~/github/python/master master*
❯ ./python -X oldparser t.py
3.9.0a5+ (heads/master:503de7149d, Apr 24 2020, 22:02:28)
[GCC 9.3.0]
SyntaxError:
- line: 8
- offset: 8
- text: " '''\n\ndef bar():\n pass\n\ndef baz():\n '''quux'''\n"
~/github/python/master master*
❯ ./python t.py
3.9.0a5+ (heads/master:503de7149d, Apr 24 2020, 22:02:28)
[GCC 9.3.0]
SyntaxError:
- line: 8
- offset: 52
- text: " '''" |
|
| Date |
User |
Action |
Args |
| 2020-04-24 21:02:53 | pablogsal | set | recipients:
+ pablogsal, serhiy.storchaka, Anthony Sottile, lys.nikolaou, gaborjbernat, BTaskaya |
| 2020-04-24 21:02:53 | pablogsal | set | messageid: <[email protected]> |
| 2020-04-24 21:02:53 | pablogsal | link | issue40335 messages |
| 2020-04-24 21:02:53 | pablogsal | create | |
|