SF #1479181: split open() and file() from being aliases for each other.

This commit is contained in:
Neal Norwitz 2006-05-02 04:43:14 +00:00
parent 4bbf66e852
commit c4edb0ec81
5 changed files with 23 additions and 17 deletions

View file

@ -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 = {