Closed 1blankz7 closed 9 years ago
Python has a built-in CSV module which handles all kind of errors and formats. We should use this instead of the own implementation.
Resolved in fe8e3a7.
Python has a built-in CSV module which handles all kind of errors and formats. We should use this instead of the own implementation.