]> granicus.if.org Git - python/commit
allow the keyword else immediately after (no space) an integer (closes #21642)
authorBenjamin Peterson <benjamin@python.org>
Sat, 7 Jun 2014 19:36:39 +0000 (12:36 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sat, 7 Jun 2014 19:36:39 +0000 (12:36 -0700)
commit93e51aac540f0dbd795e709a6fad0b9a62a5ae73
tree0643e0ae6b8cca600bca2368a16fc765a4dfebfb
parent4807dd0490d9ea85feb3c9d1f33b7e2927f14326
allow the keyword else immediately after (no space) an integer (closes #21642)
Lib/test/test_grammar.py
Misc/NEWS
Parser/tokenizer.c