This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vajrasky
Recipients gennad, larry, meador.inge, serhiy.storchaka, vajrasky, zach.ware
Date 2013-12-27.08:13:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388132016.63.0.803185604911.issue20075@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-12-27 08:13:36vajraskysetrecipients: + vajrasky, larry, meador.inge, gennad, zach.ware, serhiy.storchaka
2013-12-27 08:13:36vajraskysetmessageid: <1388132016.63.0.803185604911.issue20075@psf.upfronthosting.co.za>
2013-12-27 08:13:36vajraskylinkissue20075 messages
2013-12-27 08:13:36vajraskycreate