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 pitrou
Recipients davin, pitrou, sbt
Date 2016-11-28.00:52:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480294374.25.0.0582719051053.issue28779@psf.upfronthosting.co.za>
In-reply-to
Content
> I noticed something by accident when trying your example script

That's due to the way I wrote the script (the use of __file__ to deduce the module name to preload), not anything inherent in the bug described here.

>  looking at the file you attached, did everything make it into the patch?

Yes.

> I ask because unless I'm missing something it looks like the patch adds arguments to the function signature but does not act upon them in any new way?

It does not. It's only fixing the signature of the method in the base class (which raises NotImplementedError) to match the signature of the method in the derived class (which is the only one actually called).
History
Date User Action Args
2016-11-28 00:52:54pitrousetrecipients: + pitrou, sbt, davin
2016-11-28 00:52:54pitrousetmessageid: <1480294374.25.0.0582719051053.issue28779@psf.upfronthosting.co.za>
2016-11-28 00:52:54pitroulinkissue28779 messages
2016-11-28 00:52:54pitroucreate