commit | 6e4f7a82da178c7c69dc8cbe65284bf7d1bb5a61 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Fri Jan 02 15:44:29 2004 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Fri Jan 02 15:44:29 2004 +0000 |
tree | b5b1a9de13a14f9aaa38e12eea5d6c77dff6a545 | |
parent | b914ef0a33be195b4b9a5439e8dc6727e1c2862c [diff] |
[Bug #812325 ] tarfile.close() can write out more bytes to the output than are specified by the buffer size. The patch calls .__write() to ensure that any full blocks are written out.