[issue17724] urllib -- add_handler method refactoring for clarity

2013-04-28 Thread R. David Murray
R. David Murray added the comment: I presume you closed this bug yourself because you decided it probably wasn't worth applying it? I'm inclined to agree. Cleaning up the code would be nice, but since the existing code works fine, changing it *just* to clean it up probably isn't worth the co

[issue17724] urllib -- add_handler method refactoring for clarity

2013-04-17 Thread Max Mautner
Changes by Max Mautner : -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue17724] urllib -- add_handler method refactoring for clarity

2013-04-13 Thread Max Mautner
New submission from Max Mautner: Response handlers are registered with the OpenerDirector class in the urllib.request module using the add_handler method--it's a convoluted method that I refactored for legibility's sake. -- files: urllib_add_handler.patch keywords: patch messages: 1868