mirror of https://github.com/ekimekim/wubloader
In python 3, file.write() may do a partial write and returns the number of characters written. In order to not lose data, we need to wrap every instance of file.write() with our new common.writeall() wrapper that loops until the data is actually written. |
4 years ago | |
---|---|---|
.. | ||
common | 4 years ago | |
setup.py | 4 years ago |