[issue1510] help for file/open should state which is prefered.

2007-12-08 Thread Skip Montanaro
Skip Montanaro added the comment: updated docstrings for file and open (r59417). -- nosy: +skip.montanaro resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1510] help for file/open should state which is prefered.

2007-11-28 Thread Christian Heimes
Christian Heimes added the comment: I agree! Can you provide a patch please? -- assignee: -> tiran nosy: +tiran priority: -> normal __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1510] help for file/open should state which is prefered.

2007-11-27 Thread cfk
New submission from cfk: 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