Closed sebbASF closed 3 years ago
import-mbox.py tries to use buffering=1 with binary files. This means line buffering, which obviously does not apply. Recent versions of Python complain.
import-mbox.py tries to use buffering=1 with binary files. This means line buffering, which obviously does not apply. Recent versions of Python complain.