[issue7235] IO libary have some error

lpp1985 report at bugs.python.org
Thu Oct 29 14:38:20 CET 2009


lpp1985 <lpp1985 at yahoo.com.cn> added the comment:

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 at 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 at bugs.python.org>
<http://bugs.python.org/issue7235>
_______________________________________

----------
Added file: http://bugs.python.org/file15226/unnamed
Added file: http://bugs.python.org/file15227/unnamed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7235>
_______________________________________
-------------- next part --------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.2900.5880" name=GENERATOR>
<STYLE>@font-face {
	font-family: 宋体;
}
@font-face {
	font-family: Verdana;
}
@font-face {
	font-family: @宋体;
}
@page Section1 {size: 595.3pt 841.9pt; margin: 72.0pt 90.0pt 72.0pt 90.0pt; layout-grid: 15.6pt; }
P.MsoNormal {
	TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; TEXT-ALIGN: justify
}
LI.MsoNormal {
	TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; TEXT-ALIGN: justify
}
DIV.MsoNormal {
	TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; TEXT-ALIGN: justify
}
A:link {
	COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
	COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
	COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
	COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
	FONT-WEIGHT: normal; COLOR: windowtext; FONT-STYLE: normal; FONT-FAMILY: Verdana; TEXT-DECORATION: none; mso-style-type: personal-compose
}
DIV.Section1 {
	page: Section1
}
UNKNOWN {
	FONT-SIZE: 10pt
}
BLOCKQUOTE {
	MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
	MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
	MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</STYLE>
</HEAD>
<BODY style="FONT-SIZE: 10pt; MARGIN: 10px; FONT-FAMILY: verdana">
<DIV><FONT face=Verdana color=#000080 size=2>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!</FONT></DIV>
<DIV><FONT face=Verdana color=#000080 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#c0c0c0 size=2>2009-10-29 </FONT></DIV><FONT 
face=Verdana color=#000080 size=2>
<HR style="WIDTH: 100px" align=left color=#b5c4df SIZE=1>
</FONT>
<DIV><FONT face=Verdana color=#c0c0c0 size=2><SPAN>李澎鹏</SPAN> </FONT></DIV>
<HR color=#b5c4df SIZE=1>

<DIV><FONT face=Verdana size=2><STRONG>发件人:</STRONG> Antoine Pitrou 
</FONT></DIV>
<DIV><FONT face=Verdana size=2><STRONG>发送时间:</STRONG> 2009-10-29&nbsp; 21:18:31 
</FONT></DIV>
<DIV><FONT face=Verdana size=2><STRONG>收件人:</STRONG> lpp1985 </FONT></DIV>
<DIV><FONT face=Verdana size=2><STRONG>抄送:</STRONG> </FONT></DIV>
<DIV><FONT face=Verdana size=2><STRONG>主题:</STRONG> [issue7235] IO libary have 
some error </FONT></DIV>
<DIV><FONT face=Verdana size=2></FONT> </DIV>
<DIV><FONT face=Verdana size=2>
<DIV></DIV>
<DIV>Antoine&nbsp;Pitrou&nbsp;&lt;pitrou at free.fr&gt;&nbsp;added&nbsp;the&nbsp;comment:</DIV>
<DIV></DIV>
<DIV>It's&nbsp;by&nbsp;design.&nbsp;If&nbsp;you&nbsp;want&nbsp;to&nbsp;split&nbsp;on&nbsp;arbitrary&nbsp;characters,&nbsp;use&nbsp;the</DIV>
<DIV>split()&nbsp;method&nbsp;on&nbsp;string&nbsp;and&nbsp;bytes&nbsp;objects.</DIV>
<DIV></DIV>
<DIV>----------</DIV>
<DIV>nosy:&nbsp;+pitrou</DIV>
<DIV>resolution:&nbsp;&nbsp;-&gt;&nbsp;invalid</DIV>
<DIV>status:&nbsp;open&nbsp;-&gt;&nbsp;closed</DIV>
<DIV></DIV>
<DIV>_______________________________________</DIV>
<DIV>Python&nbsp;tracker&nbsp;&lt;report at bugs.python.org&gt;</DIV>
<DIV>&lt;http://bugs.python.org/issue7235&gt;</DIV>
<DIV>_______________________________________</DIV></FONT></DIV></BODY></HTML>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: unnamed
Type: application/octet-stream
Size: 106 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-bugs-list/attachments/20091029/183f4ffd/attachment.obj>


More information about the Python-bugs-list mailing list