Re: [Python-Dev] Metadata: charset

2010-08-01 Thread Oleg Broytman
On Mon, Aug 02, 2010 at 12:11:06AM +0200, Tarek Ziad? wrote: > On Sun, Aug 1, 2010 at 11:58 PM, Oleg Broytman wrote: > > On Sun, Aug 01, 2010 at 10:37:47PM +0200, Tarek Ziad? wrote: > >> The file is a CSV file > > > >   In what encoding (charset)? I quickly skimmed over PEPs 262, 241, 314 > > and

Re: [Python-Dev] Metadata: charset (was: PEP 376 proposed changes for basic plugins support)

2010-08-01 Thread Tarek Ziadé
On Sun, Aug 1, 2010 at 11:58 PM, Oleg Broytman wrote: > On Sun, Aug 01, 2010 at 10:37:47PM +0200, Tarek Ziad? wrote: >> The file is a CSV file > >   In what encoding (charset)? I quickly skimmed over PEPs 262, 241, 314 > and 376, but didn't encountered any mention of the words "encoding" or > "cha

Re: [Python-Dev] Metadata: charset (was: PEP 376 proposed changes for basic plugins support)

2010-08-01 Thread Oleg Broytman
On Sun, Aug 01, 2010 at 10:37:47PM +0200, Tarek Ziad? wrote: > The file is a CSV file In what encoding (charset)? I quickly skimmed over PEPs 262, 241, 314 and 376, but didn't encountered any mention of the words "encoding" or "charset". Documentation for the "csv" module also doesn't provide a