Bugs item #1572471, was opened at 2006-10-06 19:06 Message generated for change (Comment added) made by montanaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1572471&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Dan Goldner (goldner) >Assigned to: Skip Montanaro (montanaro) Summary: csv "dialect = 'excel-tab'" to use excel_tab Initial Comment: Python Library Reference v2.5 (19 September 2006), section 9.1.1, entry for class excel_tab: Documentation should note that though the class is excel_tab (with an underscore), the dialect name is 'excel-tab' (with a hyphen). Possible fix is to add a sentence: class excel_tab( ) The excel_tab class defines the usual properties of an Excel-generated TAB-delimited file. Specify in reader, writer, etc. with "dialect = 'excel-tab'" (with a hyphen, not an underscore). ---------------------------------------------------------------------- >Comment By: Skip Montanaro (montanaro) Date: 2006-10-07 06:21 Message: Logged In: YES user_id=44345 Thanks. Checked in as revision 52218 on svn trunk. I'm having some svn trouble with the 2.5 maintenance branch but will check it in there as well once that's working again. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1572471&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com