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 Jean.Jordaan
Recipients Jean.Jordaan, docs@python
Date 2010-06-09.13:07:44
SpamBayes Score 0.17159416
Marked as misclassified No
Message-id <1276088865.47.0.391393017311.issue8953@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/library/decimal.html#recipes
has this code: 

    for i in range(places):
        build(next() if digits else '0')

Mismatched parenthesis.
History
Date User Action Args
2010-06-09 13:07:45Jean.Jordaansetrecipients: + Jean.Jordaan, docs@python
2010-06-09 13:07:45Jean.Jordaansetmessageid: <1276088865.47.0.391393017311.issue8953@psf.upfronthosting.co.za>
2010-06-09 13:07:44Jean.Jordaanlinkissue8953 messages
2010-06-09 13:07:44Jean.Jordaancreate