Files
cpython/Parser
Victor Stinner f2ddc6ac93 tokenizer: Remove unused tabs options (#4422)
Remove the following fields from tok_state structure which are now
used unused:

* altwarning: "Issue warning if alternate tabs don't match"
* alterror: "Issue error if alternate tabs don't match"
* alttabsize: "Alternate tab spacing"

Replace alttabsize variable with ALTTABSIZE define.
2017-11-17 01:25:47 -08:00
..
2016-01-26 00:40:57 +01:00
2017-09-14 18:13:16 -07:00
2016-09-18 18:00:25 -07:00
2017-03-23 17:53:47 +02:00
2016-09-07 09:26:18 -07:00
2016-09-18 18:00:25 -07:00