[issue12894] pydoc help(modules keyword) is failing when a module throws an exception at the import time

2011-09-04 Thread Christian S. Perone
New submission from Christian S. Perone christian.per...@gmail.com: Pydoc is failing when running the ModuleScanner().run() when you execute: help(modules keyword) ... if some module throws an exception at the import time. See this example: help(modules convolve) Here is a list of matching

[issue10695] telnetlib.Telnet port number int/str inconsistency

2010-12-14 Thread Christian S. Perone
Christian S. Perone christian.per...@gmail.com added the comment: I don't know, by doing this on __init__ we can break a lot of legacy codes. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10695

[issue10695] telnetlib.Telnet port number int/str inconsistency

2010-12-14 Thread Christian S. Perone
Christian S. Perone christian.per...@gmail.com added the comment: Not from Python itself I think, but external, from users. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10695

[issue10695] telnetlib.Telnet port number int/str inconsistency

2010-12-14 Thread Christian S. Perone
Christian S. Perone christian.per...@gmail.com added the comment: Agree. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10695 ___ ___ Python

[issue10695] telnetlib.Telnet port number int/str inconsistency

2010-12-13 Thread Christian S. Perone
New submission from Christian S. Perone christian.per...@gmail.com: When you use telnetlib with a str parameter as Port Number: tel = telnetlib.Telnet(10.0.2.9, 8123) tel.read_until(login: ) It works fine, except if you set the debuglevel: tel.set_debuglevel(30) Then the follow exception

Announcing Pyevolve 0.6rc1

2010-04-25 Thread Christian S. Perone
Pyevolve is an evolutionary computation framework written in pure Python. This is the first release candidate before the 0.6 official release. See more information about this release on the official announce at (http://pyevolve.sourceforge.net/wordpress/?p=1164) or in the Documentation site at

ANN: pyevolve 0.6rc1 released !

2010-04-25 Thread Christian S. Perone
Pyevolve is an evolutionary computation framework written in pure Python. This is the first release candidate before the 0.6 official release. See more information about this release on the official announce at (http://pyevolve.sourceforge.net/wordpress/?p=1164) or in the Documentation site at