[issue20075] help(open) eats first line

Vajrasky Kok report at bugs.python.org
Fri Dec 27 09:13:36 CET 2013


Vajrasky Kok added the comment:

The patch does not fix it. It becomes like this:

open(...)
    Open file and return a stream.  Raise IOError upon failure.

It's not just help(open) has problem, help(sqlite3.connect) got it as well:

connect(...)
    check_same_thread, factory, cached_statements, uri])
    
    Opens a connection to the SQLite database file *database*. You can use

----------
nosy: +vajrasky

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20075>
_______________________________________


More information about the Python-bugs-list mailing list