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 flox
Recipients englabenny, flox, georg.brandl, pitrou
Date 2009-12-01.23:20:31
SpamBayes Score 0.03392388
Marked as misclassified No
Message-id <1259709633.0.0.563158118786.issue7417@psf.upfronthosting.co.za>
In-reply-to
Content
Indentation is not easy on this part.
The list of arguments overflow the 79 chars limit.
With the proposed patch, the generated output is something like:


open(file, mode='r', buffering=None, encoding=None,
           errors=None, newline=None, closefd=True) -> file object

Open file and return a stream.  Raise IOError upon failure.

...


Is it wrong?
History
Date User Action Args
2009-12-01 23:20:33floxsetrecipients: + flox, georg.brandl, pitrou, englabenny
2009-12-01 23:20:32floxsetmessageid: <1259709633.0.0.563158118786.issue7417@psf.upfronthosting.co.za>
2009-12-01 23:20:31floxlinkissue7417 messages
2009-12-01 23:20:31floxcreate