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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20075>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to