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 carlfk
Recipients carlfk
Date 2007-11-28.05:00:43
SpamBayes Score 0.19654097
Marked as misclassified No
Message-id <1196226044.27.0.136551028633.issue1510@psf.upfronthosting.co.za>
In-reply-to
Content
bltinmodule.c:

PyDoc_STRVAR(open_doc,
"open(name[, mode[, buffering]]) -> file object\n\
\n\
Open a file using the file() type, returns a file object.");

Help for file() is detailed, which would lead people to use file over
open.  given that file() is removed in py3k, I think that should be
mentioned in the current file() docstring, and swap the help for file/open.
History
Date User Action Args
2007-11-28 05:00:44carlfksetspambayes_score: 0.196541 -> 0.19654097
recipients: + carlfk
2007-11-28 05:00:44carlfksetspambayes_score: 0.196541 -> 0.196541
messageid: <1196226044.27.0.136551028633.issue1510@psf.upfronthosting.co.za>
2007-11-28 05:00:43carlfklinkissue1510 messages
2007-11-28 05:00:43carlfkcreate