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 englabenny
Recipients englabenny
Date 2009-12-01.13:41:40
SpamBayes Score 3.6237816e-05
Marked as misclassified No
Message-id <1259674902.72.0.145233253757.issue7417@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.1.1's open has no signature in the docstring so the
documentation for this builtin function is unfortunately very confusing
(IMO is missing the most important part).

>>> help(open)

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

----

This must be a regression from the C port of the io module.

I'm keeping my eyes open for more issues like this. Python must be more
friendly to newcomers, but I have seen tendencies of confusing
documentation in Python 3.
History
Date User Action Args
2009-12-01 13:41:42englabennysetrecipients: + englabenny
2009-12-01 13:41:42englabennysetmessageid: <1259674902.72.0.145233253757.issue7417@psf.upfronthosting.co.za>
2009-12-01 13:41:41englabennylinkissue7417 messages
2009-12-01 13:41:40englabennycreate