[Python-checkins] r72973 - python/trunk/Python/bltinmodule.c

philip.jenvey python-checkins at python.org
Thu May 28 05:12:17 CEST 2009


Author: philip.jenvey
Date: Thu May 28 05:12:16 2009
New Revision: 72973

Log:
further hint to where the open docs really are


Modified:
   python/trunk/Python/bltinmodule.c

Modified: python/trunk/Python/bltinmodule.c
==============================================================================
--- python/trunk/Python/bltinmodule.c	(original)
+++ python/trunk/Python/bltinmodule.c	Thu May 28 05:12:16 2009
@@ -1485,7 +1485,7 @@
 "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 *


More information about the Python-checkins mailing list