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 kaka
Recipients kaka, pitrou
Date 2009-10-29.13:38:19
SpamBayes Score 0.0079063205
Marked as misclassified No
Message-id <200910292138126319812@yahoo.com.cn>
In-reply-to
Content
But sometimes the content of file in too large to put into memory,So I need a tool to solve this problem.Just only modify a subclass in Io could solve this problem.To me ,it is difficult,but simple to your team!

2009-10-29 

李澎鹏 

发件人: Antoine Pitrou 
发送时间: 2009-10-29  21:18:31 
收件人: lpp1985 
抄送: 
主题: [issue7235] IO libary have some error 

Antoine Pitrou <pitrou@free.fr> added the comment:
It's by design. If you want to split on arbitrary characters, use the
split() method on string and bytes objects.
----------
nosy: +pitrou
resolution:  -> invalid
status: open -> closed
_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue7235>
_______________________________________
Files
File name Uploaded
unnamed kaka, 2009-10-29.13:38:18
unnamed kaka, 2009-10-29.13:38:19
History
Date User Action Args
2009-10-29 13:38:20kakasetrecipients: + kaka, pitrou
2009-10-29 13:38:19kakalinkissue7235 messages
2009-10-29 13:38:19kakacreate