Kaydet (Commit) dd0388a1 authored tarafından Philip Jenvey's avatar Philip Jenvey

further hint to where the open docs really are

üst 80319a3a
...@@ -1485,7 +1485,7 @@ PyDoc_STRVAR(open_doc, ...@@ -1485,7 +1485,7 @@ PyDoc_STRVAR(open_doc,
"open(name[, mode[, buffering]]) -> file object\n\ "open(name[, mode[, buffering]]) -> file object\n\
\n\ \n\
Open a file using the file() type, returns a file object. This is the\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 * static PyObject *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment