[issue23410] Document more BaseHTTPRequestHandler attributes

2015-02-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset f9ff2a5bbbe2 by Benjamin Peterson in branch '3.4': document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) https://hg.python.org/cpython/rev/f9ff2a5bbbe2 New changeset 6e3e252cf047 by Benjamin Pete

[issue23410] Document more BaseHTTPRequestHandler attributes

2015-02-16 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue23410] Document more BaseHTTPRequestHandler attributes

2015-02-16 Thread Demian Brecht
Demian Brecht added the comment: Added Library component as there are a few newly added tests as well though and cosmetic changes were made to server.py. -- components: +Library (Lib) ___ Python tracker __

[issue23410] Document more BaseHTTPRequestHandler attributes

2015-02-16 Thread Demian Brecht
Demian Brecht added the comment: LGTM -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue23410] Document more BaseHTTPRequestHandler attributes

2015-02-16 Thread Martin Panter
Martin Panter added the comment: Posting patch v3. It is based on Demian’s suggested wording for the requestline attribute, but adjusted to match the other entries, and to mention the empty string. -- Added file: http://bugs.python.org/file38157/http-attributes.v3.patch __

[issue23410] Document more BaseHTTPRequestHandler attributes

2015-02-14 Thread Martin Panter
Martin Panter added the comment: Posting another patch which hopefully explains the “requestline” attribute a bit better. Let me know if you have any ideas for better wording. -- Added file: http://bugs.python.org/file38141/http-attributes.v2.patch _

[issue23410] Document more BaseHTTPRequestHandler attributes

2015-02-13 Thread Demian Brecht
Demian Brecht added the comment: Minor comment in Rietveld, otherwise LGTM. -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue23410] Document more BaseHTTPRequestHandler attributes

2015-02-13 Thread Demian Brecht
Changes by Demian Brecht : -- nosy: +demian.brecht ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue23410] Document more BaseHTTPRequestHandler attributes

2015-02-08 Thread Martin Panter
Changes by Martin Panter : -- keywords: +patch Added file: http://bugs.python.org/file38042/http-attributes.patch ___ Python tracker ___ _

[issue23410] Document more BaseHTTPRequestHandler attributes

2015-02-08 Thread Martin Panter
New submission from Martin Panter: [Padding to avoid Error: 'utf8' codec can't decode bytes in position 189-190: invalid continuation byte] This is a patch to document two attributes of http.server.BaseHTTPRequestHandler: “close_connection” and “requestline”. Normally these are set by the han