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 davidben
Recipients Trundle, andersk, brett.cannon, davidben, loewis, rhettinger
Date 2011-09-03.03:32:07
SpamBayes Score 7.182764e-06
Marked as misclassified No
Message-id <1315020728.1.0.563669029808.issue12844@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think that patch works. Consider a dict subclass which has overridden update. Or perhaps a list subclass which has overridden addition. It would be quite poor if Python's behavior here w.r.t. which overrides are followed switched as you added more arguments.
History
Date User Action Args
2011-09-03 03:32:08davidbensetrecipients: + davidben, loewis, brett.cannon, rhettinger, Trundle, andersk
2011-09-03 03:32:08davidbensetmessageid: <1315020728.1.0.563669029808.issue12844@psf.upfronthosting.co.za>
2011-09-03 03:32:07davidbenlinkissue12844 messages
2011-09-03 03:32:07davidbencreate