Bugs item #1503883, was opened at 2006-06-10 02:33 Message generated for change (Comment added) made by montanaro 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: Closed Resolution: Out of Date 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 ---------------------------------------------------------------------- >Comment By: Skip Montanaro (montanaro) Date: 2006-06-10 09:03 Message: Logged In: YES user_id=44345 Nevertheless, this change should have been backported. Thanks for the catch. I'll have the correction to the 2.4 branch checked in momentarily. Skip ---------------------------------------------------------------------- Comment By: Frank Millman (frankmillman) Date: 2006-06-10 04:10 Message: Logged In: YES user_id=1070042 Apologies - I see this has been fixed in 2.5 Frank ---------------------------------------------------------------------- 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