Bugs item #1572471, was opened at 2006-10-06 17:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
Priority: 5
Submitted By: Dan Goldner (goldner)
Assigned to: Nobody/Anonymous (nobody)
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). 

----------------------------------------------------------------------

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

Reply via email to