Kaydet (Commit) 865828d7 authored tarafından Guido van Rossum's avatar Guido van Rossum

Reversed min and max (to alphabetical order).

üst a08095ab
......@@ -470,8 +470,8 @@ static struct methodlist builtin_methods[] = {
{"input", builtin_input},
{"int", builtin_int},
{"len", builtin_len},
{"min", builtin_min},
{"max", builtin_max},
{"min", builtin_min},
{"open", builtin_open}, /* XXX move to OS module */
{"ord", builtin_ord},
{"range", builtin_range},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment