Message 316128 - Python tracker

Message316128

Author NeilGirdhar
Recipients NeilGirdhar
Date 2018-05-03.18:40:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525372832.26.0.682650639539.issue33419@psf.upfronthosting.co.za>
In-reply-to
Content
I edited some of the documentation as well to use the technical terms "partial function application", "partial method application", and "partial class application".  This emphasizes the parallel structure and reduces confusion with "partial functions" that mean something else in other languages.

I also removed a phrase that used the term "freezes" since in Python "frozen" is also used in frozenset to mean frozen for good whereas the keyword arguments in a partial function application are overridable.
History
Date User Action Args
2018-05-03 18:40:32NeilGirdharsetrecipients: + NeilGirdhar
2018-05-03 18:40:32NeilGirdharsetmessageid: <1525372832.26.0.682650639539.issue33419@psf.upfronthosting.co.za>
2018-05-03 18:40:32NeilGirdharlinkissue33419 messages
2018-05-03 18:40:32NeilGirdharcreate