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 Guido.van.Rossum
Recipients Guido.van.Rossum, abarry, benjamin.peterson, berker.peksag, dirn, eric.araujo, eric.smith, eric.snow, gvanrossum, infinity0, james, ncoghlan, peyton
Date 2016-08-01.02:31:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+THuuzkxuqNFXAOGkA6YDr+JZyh4MNTtBgS+vwD9gg=A@mail.gmail.com>
In-reply-to <1470014172.0.0.143172132823.issue19660@psf.upfronthosting.co.za>
Content
OK, so if you wanted to be able to call myrole(...) instead of
myrole.caller, why doesn't cmd.__call__ return self.caller rather than
just self?
History
Date User Action Args
2016-08-01 02:31:27Guido.van.Rossumsetrecipients: + Guido.van.Rossum, gvanrossum, ncoghlan, eric.smith, benjamin.peterson, eric.araujo, infinity0, eric.snow, berker.peksag, dirn, james, peyton, abarry
2016-08-01 02:31:27Guido.van.Rossumlinkissue19660 messages
2016-08-01 02:31:26Guido.van.Rossumcreate