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 cben
Recipients cben, docs@python
Date 2012-08-07.10:58:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344337126.35.0.910638419892.issue15572@psf.upfronthosting.co.za>
In-reply-to
Content
[followup for issue 12642 which only fixed it for open()]

http://docs.python.org/library/functions.html#file
says the arg names are:
  file(filename[, mode[, bufsize]])
but in practice they are:
  file(name[, mode[, buffering]])
History
Date User Action Args
2012-08-07 10:58:46cbensetrecipients: + cben, docs@python
2012-08-07 10:58:46cbensetmessageid: <1344337126.35.0.910638419892.issue15572@psf.upfronthosting.co.za>
2012-08-07 10:58:45cbenlinkissue15572 messages
2012-08-07 10:58:44cbencreate