Re: Text lost when I write file

2009-08-17 Thread Ben Finney
Chris Rebert writes: > On Mon, Aug 17, 2009 at 8:45 PM, roy...@gmail.com wrote: > > I try to write text into a file but some text lost when the size of > > the text content is over 32K. > > Is that relate to the buffer of the python and any setting can solve > > this problem??. > > Please show us

Re: Text lost when I write file

2009-08-17 Thread Chris Rebert
On Mon, Aug 17, 2009 at 8:45 PM, roy...@gmail.com wrote: > Dear All, > > I try to write text into a file but some text lost when the size of > the text content is over 32K. > Is that relate to the buffer of the python and any setting can solve > this problem??. Please show us the code you're using

Text lost when I write file

2009-08-17 Thread roy...@gmail.com
Dear All, I try to write text into a file but some text lost when the size of the text content is over 32K. Is that relate to the buffer of the python and any setting can solve this problem??. Regards Roy -- http://mail.python.org/mailman/listinfo/python-list