Python论坛  - 讨论区

标题:[python-chinese] 谢谢Jacob Fan的提醒,我的程序少复制了两行呵呵

2004年02月07日 星期六 15:05

leojay at citiz.net leojay at citiz.net
Sat Feb 7 15:05:31 HKT 2004

就是那个分解mbox文件的程序:
fpout = open( r'd:\a.mbox', 'r+' )
fpout.close()
fpin = open( r'd:\a.mbox', 'r+' )
iFileNum = 0
while 1:
    strLine = fpin.readline()
    if not strLine: break
    if strLine[0:5] == 'From ':
        if fpout:
            fpout.close()
        fpout = open( r'd:\pythonmaillist\%d.txt'%iFileNum, 'w+' )
        iFileNum = iFileNum + 1
    fpout.write( strLine )

fpout.close()
fpin.close()

Regards,
Leojay

leojay at ynet.com

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2024

    京ICP备05028076号