Jason Davies added the comment:
Note: in case I didn't make it clear, the fix is to remove the offending
try/except handler and let the broken pipe error propagate.
--
___
Python tracker
<http://bugs.python.org/i
New submission from Jason Davies :
I came across this bug when trying to use CouchDB-Python to PUT an
attachment using HTTP authentication (using the httplib2 library).
Essentially what httplib2 does is this:
1. Attempt PUT with no auth credentials
2. If a 401 response is received, try again