Hacker News new | ask | show | jobs
by __s 3581 days ago
The java source is using str.split(',') which is completely different than Python's offering of dialect/delimiter/etc https://github.com/python/cpython/blob/master/Lib/csv.py#L24