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 rurpy2
Recipients docs@python, eric.araujo, ezio.melotti, rhettinger, rurpy2
Date 2012-12-13.18:22:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355422922.83.0.0569505954994.issue16665@psf.upfronthosting.co.za>
In-reply-to
Content
An ammendment to my proposed doc change.

Replace the text (which is unchanged from the current doc),

  "...the result is a valid Python expression"

with,

  "...the result is a valid Python "hexinteger" literal (see link:[Python Lang Ref, sec 2.4.4. Integer literals])

"Python epression" in the current doc is way more non-specific than it need be.  The result is not any old python expression, it is a very specific type of python expression so the doc should say that.
History
Date User Action Args
2012-12-13 18:22:02rurpy2setrecipients: + rurpy2, rhettinger, ezio.melotti, eric.araujo, docs@python
2012-12-13 18:22:02rurpy2setmessageid: <1355422922.83.0.0569505954994.issue16665@psf.upfronthosting.co.za>
2012-12-13 18:22:02rurpy2linkissue16665 messages
2012-12-13 18:22:02rurpy2create