[issue23418] Keep http.server.__all__ up to date

2015-02-13 Thread Berker Peksag
Berker Peksag added the comment: Fixed. Thanks Martin (also thanks to Demian for the review). -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker

[issue23418] Keep http.server.__all__ up to date

2015-02-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset d2dbec7d74d0 by Berker Peksag in branch '3.4': Issue #23418: Add missing entries to http.server.__all__. https://hg.python.org/cpython/rev/d2dbec7d74d0 New changeset 03e3e78014ea by Berker Peksag in branch 'default': Issue #23418: Add missing entrie

[issue23418] Keep http.server.__all__ up to date

2015-02-13 Thread Demian Brecht
Demian Brecht added the comment: > LGTM. +1 -- nosy: +demian.brecht ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue23418] Keep http.server.__all__ up to date

2015-02-09 Thread Berker Peksag
Berker Peksag added the comment: LGTM. -- nosy: +berker.peksag stage: -> commit review versions: +Python 3.4, Python 3.5 ___ Python tracker ___ _

[issue23418] Keep http.server.__all__ up to date

2015-02-08 Thread Martin Panter
New submission from Martin Panter: Here is a patch that adds the Simple/CGIHTTPRequestHandler classes to __all__, and a test case that should help keep it up to date in the future. -- components: Library (Lib) files: http.server-all.patch keywords: patch messages: 235594 nosy: vadmium p