[issue10902] Doc type: "run_*" instead of "run*" on http://docs.python.org/library/pdb.html

2011-01-13 Thread Jean Jordaan
New submission from Jean Jordaan : http://docs.python.org/library/pdb.html states "The run_* functions and set_trace() are aliases" but the functions in question are "run", "runeval" and "runcall": no underscores. -- assignee: docs@python co

[issue19892] register.send_metadata fails with EOFError: EOF when reading a line

2013-12-04 Thread Jean Jordaan
New submission from Jean Jordaan: On Ubuntu 12.04, using https://pypi.python.org/pypi/zest.releaser ./bin/release [...] INFO: Running: /.../bin/python setup.py register sdist --formats=zip upload Showing first few lines... running register running egg_info writing requirements to

[issue19892] register.send_metadata fails with EOFError: EOF when reading a line

2013-12-04 Thread Jean Jordaan
Jean Jordaan added the comment: A closer look suggests this is an issue in zest.releaser -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue8953] Syntax error in http://docs.python.org/library/decimal.html#recipes

2010-06-09 Thread Jean Jordaan
New submission from Jean Jordaan : 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: d...@python components: Documentation messages: 107396 nosy: Jean.

[issue8953] Syntax error in http://docs.python.org/library/decimal.html#recipes

2010-06-09 Thread Jean Jordaan
Jean Jordaan added the comment: Aargh, sorry, sent too quick :-( -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue8953> ___ ___ Py