This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author François-René.Rideau
Recipients François-René.Rideau, docs@python, loewis
Date 2014-08-05.16:35:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407256523.86.0.758013450113.issue22145@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-08-05 16:35:23François-René.Rideausetrecipients: + François-René.Rideau, loewis, docs@python
2014-08-05 16:35:23François-René.Rideausetmessageid: <1407256523.86.0.758013450113.issue22145@psf.upfronthosting.co.za>
2014-08-05 16:35:23François-René.Rideaulinkissue22145 messages
2014-08-05 16:35:23François-René.Rideaucreate