mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
SF #1479181: split open() and file() from being aliases for each other.
This commit is contained in:
parent
4bbf66e852
commit
c4edb0ec81
5 changed files with 23 additions and 17 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue