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 ncoghlan
Recipients Alexander.Belopolsky, Christophe Simonis, alonho, anacrolix, belopolsky, eckhardt, ironfroggy, jackdied, jcea, ncoghlan, r.david.murray, rhettinger, ssadler
Date 2013-10-27.12:32:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7dACX7uXkdjQLOX-i0o=PeGVcwHDrc6zWgBTATwUu1r_Q@mail.gmail.com>
In-reply-to <1382876223.6.0.449322219197.issue4331@psf.upfronthosting.co.za>
Content
On 27 Oct 2013 22:17, "alon horev" <report@bugs.python.org> wrote:
>
>
> alon horev added the comment:
>
> I think the following test demonstrates the API we're looking for.
> 1. Am I missing any functionality?

The keyword arg handling is backwards for unbound methods (the call time
kwds should override the preset ones).

Otherwise, looks good to me.

> 2. How does partialmethod relate to @absolutemethod?

Do you mean @abstractmethod?

We need a __isabstractmethod__ property implementation that delegates the
question to the underlying descriptor.

See http://docs.python.org/dev/library/abc#abc.abstractmethod for details.
History
Date User Action Args
2013-10-27 12:32:22ncoghlansetrecipients: + ncoghlan, rhettinger, jcea, belopolsky, ironfroggy, jackdied, Christophe Simonis, ssadler, eckhardt, r.david.murray, Alexander.Belopolsky, anacrolix, alonho
2013-10-27 12:32:22ncoghlanlinkissue4331 messages
2013-10-27 12:32:22ncoghlancreate