
June 9, 2010
1:07 p.m.
New submission from Jean Jordaan <jean.jordaan@gmail.com>: http://docs.python.org/library/decimal.html#recipes has this code: for i in range(places): build(next() if digits else '0') Mismatched parenthesis. ---------- assignee: docs@python components: Documentation messages: 107396 nosy: Jean.Jordaan, docs@python priority: normal severity: normal status: open title: Syntax error in http://docs.python.org/library/decimal.html#recipes versions: Python 2.6 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8953> _______________________________________