This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author NeilGirdhar
Recipients NeilGirdhar
Date 2018-05-03.18:31:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525372292.27.0.682650639539.issue33419@psf.upfronthosting.co.za>
In-reply-to
Content
functools.partial is almost good enough for specifying some of the parameters of an object's initializer, but the partial object doesn't respond properly to issubclass.  Adding functools.partialclass is similar to the addition of partialmethod in 3.4.
History
Date User Action Args
2018-05-03 18:31:32NeilGirdharsetrecipients: + NeilGirdhar
2018-05-03 18:31:32NeilGirdharsetmessageid: <1525372292.27.0.682650639539.issue33419@psf.upfronthosting.co.za>
2018-05-03 18:31:32NeilGirdharlinkissue33419 messages
2018-05-03 18:31:32NeilGirdharcreate