Bugs item #1503883, was opened at 2006-06-10 07:33 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=1503883&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: Frank Millman (frankmillman) Assigned to: Nobody/Anonymous (nobody) Summary: csv.Sniffer - says "1 method", shows 2 Initial Comment: >From the csv module - ----------------- class Sniffer( ) [...] The Sniffer class provides a single method: [...] sniff( sample[,delimiters=None]) [...] has_header( sample) [...] ----------------- It says "provides a single method", and then shows two methods. One is not sure whether "has_header" is part of Sniffer or not. Frank Millman ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1503883&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com