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 georg.brandl
Recipients davidchambers, docs@python, georg.brandl
Date 2013-10-06.06:46:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381041963.17.0.451783912678.issue19175@psf.upfronthosting.co.za>
In-reply-to
Content
The bug is that "integer" links to the "integer" production in the Python grammar.  This shouldn't happen; I'll have a look on the Sphinx side.

As a workaround, "integer" can be replaced by "digit+" as requested (it occurs twice).
History
Date User Action Args
2013-10-06 06:46:03georg.brandlsetrecipients: + georg.brandl, davidchambers, docs@python
2013-10-06 06:46:03georg.brandlsetmessageid: <1381041963.17.0.451783912678.issue19175@psf.upfronthosting.co.za>
2013-10-06 06:46:03georg.brandllinkissue19175 messages
2013-10-06 06:46:03georg.brandlcreate