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 ezio.melotti
Recipients docs@python, eric.araujo, ezio.melotti, mark.dickinson, mattlong, python-dev, terry.reedy
Date 2011-12-13.13:43:21
SpamBayes Score 0.0003611044
Marked as misclassified No
Message-id <1323783802.73.0.939943191077.issue13549@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed.
On a side note, using:
>>> [x, x**2 for x in range(6)]
  File "<stdin>", line 1
    [x, x**2 for x in range(6)]
               ^
SyntaxError: invalid syntax

In the 3.x docs seems to break the hightlight.
With 'File "<stdin>", line 1, in ?' the highlight works fine, so that's what I used.
History
Date User Action Args
2011-12-13 13:43:22ezio.melottisetrecipients: + ezio.melotti, terry.reedy, mark.dickinson, eric.araujo, docs@python, python-dev, mattlong
2011-12-13 13:43:22ezio.melottisetmessageid: <1323783802.73.0.939943191077.issue13549@psf.upfronthosting.co.za>
2011-12-13 13:43:22ezio.melottilinkissue13549 messages
2011-12-13 13:43:21ezio.melotticreate