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 eric.araujo
Recipients alexis, eric.araujo, tarek
Date 2011-05-24.16:48:44
SpamBayes Score 2.3608894e-05
Marked as misclassified No
Message-id <1306255725.22.0.23750798807.issue12169@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-05-24 16:48:45eric.araujosetrecipients: + eric.araujo, tarek, alexis
2011-05-24 16:48:45eric.araujosetmessageid: <1306255725.22.0.23750798807.issue12169@psf.upfronthosting.co.za>
2011-05-24 16:48:44eric.araujolinkissue12169 messages
2011-05-24 16:48:44eric.araujocreate