Brian Turek added the comment:

I was actually going to come up with a patch that does the same thing orsenthil 
mentioned until I too was stymied by the use of bisect.insort

Does anyone know why bisect.insort was used instead of just list.append?  I 
don't see an obvious reason so I think just having add_handler insert new 
handlers at the beginning of all the respective lists would be an easy fix.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15769>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to