[New-bugs-announce] [issue33419] Add functools.partialclass

Neil Girdhar report at bugs.python.org
Thu May 3 14:31:32 EDT 2018


New submission from Neil Girdhar <mistersheik at gmail.com>:

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.

----------
files: partialclass.diff
keywords: patch
messages: 316126
nosy: neil.g
priority: normal
severity: normal
status: open
title: Add functools.partialclass
versions: Python 3.7
Added file: https://bugs.python.org/file47567/partialclass.diff

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33419>
_______________________________________


More information about the New-bugs-announce mailing list