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 docs@python, eric.araujo, georg.brandl, isandler
Date 2010-06-12.06:38:47
SpamBayes Score 0.1325394
Marked as misclassified No
Message-id <1276324728.98.0.515941323591.issue8968@psf.upfronthosting.co.za>
In-reply-to
Content
Five comments:

* I would list them all in one directive, like this:

.. data:: FOO
          BAR
          BAZ

  which makes the display more compact.

* There is no description in that directive.  Best move part of the
  description above them in it.

* NL and COMMENT are defined in tokenize because they are neither 
  defined nor used by the Python tokenizer.
History
Date User Action Args
2010-06-12 06:38:49georg.brandlsetrecipients: + georg.brandl, isandler, eric.araujo, docs@python
2010-06-12 06:38:48georg.brandlsetmessageid: <1276324728.98.0.515941323591.issue8968@psf.upfronthosting.co.za>
2010-06-12 06:38:47georg.brandllinkissue8968 messages
2010-06-12 06:38:47georg.brandlcreate