This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author giampaolo.rodola
Recipients
Date 2007-06-29.18:00:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Sorry, I realized I've forgotten to reset to zero the bytes counter.
Here's the patch of the patch:

124a125
>         self.__in_buffer_len = 0
135a137,140
>         self.__in_buffer_len += len(data)
>         if self.__in_buffer_len > 4096:
>             self.__line = []
>             self.__in_buffer_len = 0
141a147
>         self.__in_buffer_len = 0
History
Date User Action Args
2007-08-23 14:58:07adminlinkissue1745035 messages
2007-08-23 14:58:07admincreate