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 exarkun, pitrou
Date 2008-04-27.19:25:31
SpamBayes Score 0.0027948325
Marked as misclassified No
Message-id <1209324333.07.0.811159642105.issue2705@psf.upfronthosting.co.za>
In-reply-to
Content
Well, all you have to do is to change the hook's signature to the new
one and, since the last parameter is optional, it should not cause any
backwards compatibility problems. That is, the new hook should work fine
on Python < 2.6 as well. Am I missing something?
History
Date User Action Args
2008-04-27 19:25:33pitrousetspambayes_score: 0.00279483 -> 0.0027948325
recipients: + pitrou, exarkun
2008-04-27 19:25:33pitrousetspambayes_score: 0.00279483 -> 0.00279483
messageid: <1209324333.07.0.811159642105.issue2705@psf.upfronthosting.co.za>
2008-04-27 19:25:32pitroulinkissue2705 messages
2008-04-27 19:25:31pitroucreate