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 brett.cannon, eric.snow, ncoghlan
Date 2014-12-08.22:34:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7fBB4J+0C+Eg-ee-YF+KO1N09gd2CDhwRarZy6bbCqZmA@mail.gmail.com>
In-reply-to <1418055538.78.0.471721917483.issue23014@psf.upfronthosting.co.za>
Content
I mostly like the idea, but am wary of having the base class implement it
as a static method that subclasses are then likely to override with a
normal instance method.

A module level function somewhere + a base class instance method that just
delegates to the stateless function version would feel cleaner to me.
History
Date User Action Args
2014-12-08 22:34:19ncoghlansetrecipients: + ncoghlan, brett.cannon, eric.snow
2014-12-08 22:34:19ncoghlanlinkissue23014 messages
2014-12-08 22:34:19ncoghlancreate