From: Philip Jenvey Date: Thu, 28 May 2009 03:12:16 +0000 (+0000) Subject: further hint to where the open docs really are X-Git-Tag: v2.7a1~1087 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd0388a1c218d1ae2074d56b19e8e765a254c938;p=python further hint to where the open docs really are --- diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index f8a6d931ac..c1e934edad 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -1485,7 +1485,7 @@ PyDoc_STRVAR(open_doc, "open(name[, mode[, buffering]]) -> file object\n\ \n\ Open a file using the file() type, returns a file object. This is the\n\ -preferred way to open a file."); +preferred way to open a file. See file.__doc__ for further information."); static PyObject *