commit | b67695238d3ce6c40dacb05b155f24716af0c982 | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Sun Jun 29 17:55:05 2003 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Sun Jun 29 17:55:05 2003 +0000 |
tree | fc25b60127944a20742f422e863b5cfc3100c36f | |
parent | b752c278019c46fef777267d5ee32a2b90b5d46e [diff] |
Fix sf bug 666219: assertion error in httplib. The obvious way for this assertion to fail is if the LineAndFileWrapper constructor is called when an empty line. Raise a BadStatusError before the call.