-
Stefan Behnel authored
Tighten grammar to disallow a mix of Py2 style octal literals with Py3 style underscores: "07" is still allowed, "0_7" is not and must be spelled "0o_7" and the like. Basically, you get either Py2 style legacy octals or Py3 style underscore literals, but you have to decide what you want.
d3787b7b