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.

classification
Title: Create the http package
Type: Stage:
Components: Library (Lib) Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: barry, brett.cannon, georg.brandl, juracy@gmail.com
Priority: release blocker Keywords: patch

Created on 2008-05-16 05:07 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg66910 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-05-16 05:07
Create the http package as outlined in PEP 3108.

Initial patches exist in issue 2775.
msg67373 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-26 16:32
Added renaming notices in r63691, 2to3 fixer in r63695, created package
in r63700.
History
Date User Action Args
2022-04-11 14:56:34adminsetnosy: + barry
github: 47132
2008-05-26 16:32:51georg.brandlunlinkissue2775 dependencies
2008-05-26 16:32:41georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg67373
nosy: + georg.brandl
2008-05-16 14:47:19juracy@gmail.comsetnosy: + juracy@gmail.com
2008-05-16 05:12:59brett.cannonsetkeywords: + patch
2008-05-16 05:08:47brett.cannonlinkissue2775 dependencies
2008-05-16 05:07:25brett.cannoncreate