I am working on improving csv support. Here is a problem: >>> s=StringIO.StringIO() >>> csv.writer(s,quoting=csv.QUOTE_ALL).writerow(['a','',None]) >>> print s.getvalue() "a","",""
csv makes no distinction between None and ''. Any advice? Massimo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---