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
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
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
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.
Jean Jordaan added the comment:
Aargh, sorry, sent too quick :-(
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue8953>
___
___
Py