[issue8953] Syntax error in http://docs.python.org/library/decimal.html#recipes
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> _______________________________________
Jean Jordaan <jean.jordaan@gmail.com> added the comment: Aargh, sorry, sent too quick :-( ---------- status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8953> _______________________________________
Changes by Brian Curtin <curtin@acm.org>: ---------- resolution: -> invalid _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8953> _______________________________________
participants (2)
-
Brian Curtin
-
Jean Jordaan