Serhiy Storchaka added the comment:

The csv module is already type-sensitive (with QUOTE_NONNUMERIC). I agree, that 
we shouldn't modify the csv module just for one user and one program.

If a standard CVS library in Java (or other popular laguages) differentiates 
between empty string and null value when read from CSV, it would be a serious 
argument to support this in Python. Quick search don't find this.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23041>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to