Re: [python-win32] writing hyphenated values in csv

2009-05-26 Thread Dahlstrom, Roger
s you expect it. -Original Message- From: python-win32-bounces+rdahlstrom=directedge@python.org [mailto:python-win32-bounces+rdahlstrom=directedge@python.org] On Behalf Of Tim Roberts Sent: Friday, May 22, 2009 8:58 PM To: Python-Win32 List Subject: Re: [python-win32] writing hyphe

Re: [python-win32] writing hyphenated values in csv

2009-05-22 Thread Tim Roberts
Emad Khan wrote: > > I am trying to write a hyphenated value in a csv file but I don't want > this value to be auto corrected to a date. Whenever I write a value, > for example, "3-10", it is changed to 03/10/2009 or 03-oct. > > How can I prevent this from happening. I would like to see the value >

[python-win32] writing hyphenated values in csv

2009-05-22 Thread Emad Khan
Hello, I am trying to write a hyphenated value in a csv file but I don't want this value to be auto corrected to a date. Whenever I write a value, for example, "3-10", it is changed to 03/10/2009 or 03-oct. How can I prevent this from happening. I would like to see the value remain to be "3-10".