[New-bugs-announce] [issue12169] Factor out common code for d2 commands register, upload and upload_docs

Éric Araujo report at bugs.python.org
Tue May 24 18:48:45 CEST 2011


New submission from Éric Araujo <merwok at netwok.org>:

These three commands have different code to do POST requests, using rllib or httplib.  This already made us do more work to fix bugs and to port the code.  upload_docs has a top-level function for multipart encoding; this should be moved to a common module, cleaned up and used by all our code that needs a POST.

----------
assignee: tarek
components: Distutils2
messages: 136770
nosy: alexis, eric.araujo, tarek
priority: normal
severity: normal
stage: patch review
status: open
title: Factor out common code for d2 commands register, upload and upload_docs
type: feature request
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12169>
_______________________________________


More information about the New-bugs-announce mailing list