mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Get rid of comment about open().
This commit is contained in:
parent
16dfd29e44
commit
5778949295
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ static struct methodlist builtin_methods[] = {
|
||||||
{"max", builtin_max},
|
{"max", builtin_max},
|
||||||
{"min", builtin_min},
|
{"min", builtin_min},
|
||||||
{"oct", builtin_oct},
|
{"oct", builtin_oct},
|
||||||
{"open", builtin_open}, /* XXX move to OS module */
|
{"open", builtin_open},
|
||||||
{"ord", builtin_ord},
|
{"ord", builtin_ord},
|
||||||
{"pow", builtin_pow},
|
{"pow", builtin_pow},
|
||||||
{"range", builtin_range},
|
{"range", builtin_range},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue