◐ Shell
clean mode source ↗

Message 206985 - Python tracker

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