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 loewis
Recipients benjamin.peterson, exarkun, loewis, pitrou
Date 2009-10-13.15:24:24
SpamBayes Score 0.0008244713
Marked as misclassified No
Message-id <1255447466.99.0.654330674318.issue5915@psf.upfronthosting.co.za>
In-reply-to
Content
I'm skeptical that a backport is a useful thing. First, the handler is 
primarily meant for use with PEP 383, which means that it's all 
internal; few applications will ever need to use it explicitly.

Furthermore, applications/libraries that do use it most likely will have 
to support 2.6 and earlier, as well, so they aren't helped with the 
handler. My advise to such libraries is that they should include and 
register their own implementation of it, or else fall back to "strict" 
on 2.x (say).

In any case: this issue is closed by PEP 383 being implemented. If you 
still desire a backport, please create a new report.
History
Date User Action Args
2009-10-13 15:24:27loewissetrecipients: + loewis, exarkun, pitrou, benjamin.peterson
2009-10-13 15:24:26loewissetmessageid: <1255447466.99.0.654330674318.issue5915@psf.upfronthosting.co.za>
2009-10-13 15:24:25loewislinkissue5915 messages
2009-10-13 15:24:25loewiscreate