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 rhettinger
Recipients docs@python, eric.araujo, georg.brandl, ifreecarve, r.david.murray, rhettinger, sbt
Date 2017-07-09.03:13:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499570037.31.0.715683773748.issue10438@psf.upfronthosting.co.za>
In-reply-to
Content
I also don't think this is worth it.  The extra wording will likely cause more confusion that it clears up.

Also, calling a staticmethod from within a class isn't a common thing to do.  The principal use case for Python's static methods is to attach a function to a class for the sole purpose of making it findable by someone using that class.
History
Date User Action Args
2017-07-09 03:13:57rhettingersetrecipients: + rhettinger, georg.brandl, eric.araujo, r.david.murray, docs@python, ifreecarve, sbt
2017-07-09 03:13:57rhettingersetmessageid: <1499570037.31.0.715683773748.issue10438@psf.upfronthosting.co.za>
2017-07-09 03:13:57rhettingerlinkissue10438 messages
2017-07-09 03:13:56rhettingercreate