[New-bugs-announce] [issue22145] <> in parser spec but not lexer spec

François-René Rideau report at bugs.python.org
Tue Aug 5 18:35:23 CEST 2014


New submission from François-René Rideau:

As another follow up to http://bugs.python.org/issue21972

<> is mentioned in the parser spec: https://docs.python.org/3.5/reference/grammar.html
But not in the lexer spec: https://docs.python.org/3.5/reference/lexical_analysis.html

Either is a mistake.

I suggested in issue 21972 that the former was the bug, because it referred to a joke PEP and because <> doesn't actually work as a comparator in Python 3.4. The response by loewis was that the parser documentation was correct — well then the lexer documentation is incorrect.

----------
assignee: docs at python
components: Documentation
messages: 224856
nosy: François-René.Rideau, docs at python, loewis
priority: normal
severity: normal
status: open
title: <> in parser spec but not lexer spec
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22145>
_______________________________________


More information about the New-bugs-announce mailing list