summaryrefslogtreecommitdiff
path: root/Objects/fileobject.c
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-05-02 04:43:14 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2006-05-02 04:43:14 +0000
commitb6743626420ac767e301c265a831fedb9f709d98 (patch)
tree85a484ad7d4604f02d28301f5a9443eb8082ae23 /Objects/fileobject.c
parent458fb55f346b3863b853c1d680b0ce8171544205 (diff)
downloadcpython-b6743626420ac767e301c265a831fedb9f709d98.tar.gz
SF #1479181: split open() and file() from being aliases for each other.
Diffstat (limited to 'Objects/fileobject.c')
-rw-r--r--Objects/fileobject.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Objects/fileobject.c b/Objects/fileobject.c
index e08afe64ba..25b3361766 100644
--- a/Objects/fileobject.c
+++ b/Objects/fileobject.c
@@ -2025,10 +2025,6 @@ PyDoc_STR(
"'\\r', '\\n', '\\r\\n' or a tuple containing all the newline types seen.\n"
"\n"
"'U' cannot be combined with 'w' or '+' mode.\n"
-)
-PyDoc_STR(
-"\n"
-"Note: open() is an alias for file()."
);
PyTypeObject PyFile_Type = {