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 demian.brecht
Recipients berker.peksag, demian.brecht, martin.panter
Date 2015-02-11.22:30:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAE+T62ZXuGZE=3NacrMz9yHy-43tG70CU=FrmRL2fAyseoCBCw@mail.gmail.com>
In-reply-to
Content
The only real question I have is: why? As far as I'm aware, these are
implementation details of the http.client module (there's even a comment in
HTTPMessage that it might make sense to move the class altogether).

As far as the constants go, they're only there for backwards compatibility
and http.HTTPStatus should be preferred. In light of that and the fact that
they were not previously in __all__, I agree with Berker about keeping this
simple for now.

On Wed, Feb 11, 2015, 13:57 Berker Peksag <report@bugs.python.org> wrote:

>
> Berker Peksag added the comment:
>
> It's not that important in my opinion. Let's keep it simple for now :)
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue23439>
> _______________________________________
>
History
Date User Action Args
2015-02-11 22:30:04demian.brechtsetrecipients: + demian.brecht, berker.peksag, martin.panter
2015-02-11 22:30:04demian.brechtlinkissue23439 messages
2015-02-11 22:30:03demian.brechtcreate