[Python-ideas] Please consider adding partialclass to functools

Neil Girdhar mistersheik at gmail.com
Thu May 3 14:34:22 EDT 2018


Done: https://bugs.python.org/issue33419

On Wed, May 2, 2018 at 10:42 PM Steven D'Aprano <steve at pearwood.info> wrote:

> On Wed, May 02, 2018 at 02:46:09PM -0700, Neil Girdhar wrote:
> > Essentially, 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.
> [...]
>
> I think that ought to be an uncontroversial enough change that it can be
> taken to the bug tracker. I think you should just raise a feature
> enhancement request for 3.8 on the tracker, and link to this thread on
> the mailing list archives in case some discussion follows.
>
>
> --
> Steve
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>
> --
>
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "python-ideas" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/python-ideas/LWGXM1U20vs/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> python-ideas+unsubscribe at googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180503/864ea317/attachment.html>


More information about the Python-ideas mailing list