[Python-ideas] Make partial a built-in
Stefan Behnel
stefan_ml at behnel.de
Tue Sep 20 01:23:43 EDT 2016
More information about the Python-ideas mailing list
Tue Sep 20 01:23:43 EDT 2016
- Previous message (by thread): [Python-ideas] Make partial a built-in
- Next message (by thread): [Python-ideas] Make partial a built-in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
אלעזר schrieb am 19.09.2016 um 17:59: > If at all, it should be function.bind(). It was discussed and dropped; I > don't remember why, but one problem is that it looks like an in-place > modification. IMHO, the main drawback of that solution is that it only works for functions and not for any other callable in Python. It would introduce an inconsistency without solving the problem in general. Stefan
- Previous message (by thread): [Python-ideas] Make partial a built-in
- Next message (by thread): [Python-ideas] Make partial a built-in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list