ValueError from dict - some detail would be helpful
metaperl
metaperl at gmail.com
Thu Jan 11 10:26:15 EST 2007
More information about the Python-list mailing list
Thu Jan 11 10:26:15 EST 2007
- Previous message (by thread): ValueError from dict - some detail would be helpful
- Next message (by thread): difflib.HtmlDiff
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
File "/sw/lib/python2.5/csv.py", line 120, in _dict_to_list
raise ValueError, "dict contains fields not in fieldnames"
--- it would be nice if it said what field it was
I know that I can do a set difference on the two myself, but since it
know what wasn't there.. why not report it and save me some time?
- Previous message (by thread): ValueError from dict - some detail would be helpful
- Next message (by thread): difflib.HtmlDiff
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list