New submission from Dean Elzinga: I was trying out 'csv module' and noticed that it wouldn't accept a dialect of 'excel_tab' as documented.
Then I noticed that csv.list_dialects() gave 'excel-tab' instead of 'excel_tab' as documented. I'm not sure which one it's supposed to be, but I guess when in doubt the docs are wrong. I leave these issues to the higher gods. Thanks for the work on this module. I'm enjoying it! ---------- components: Library (Lib) messages: 56211 nosy: dcelzinga severity: normal status: open title: csv docs say 'excel_tab'; code says 'excel-tab' type: behavior versions: Python 2.5 __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1227> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
