self._cleanup does the self._file.close() anyway if the file exists. The self._file.close() removed here is redundant, and will always fail on file not found, which is handled in send_head by returning None for self._file. |
||
|---|---|---|
| .. | ||
| sugar | ||
| Makefile.am | ||
self._cleanup does the self._file.close() anyway if the file exists. The self._file.close() removed here is redundant, and will always fail on file not found, which is handled in send_head by returning None for self._file. |
||
|---|---|---|
| .. | ||
| sugar | ||
| Makefile.am | ||