2010-03-22
看到以前limod写的一篇文章,
说python读纯文本已经将r,rn,n全部用n来处理了。但我的系统中好像并没有这样。
我在ubuntu下面,Python 2.6.4
读写方式如下:
data = open(‘dosfile.txt’,’r’).read()
print data
结果看到换行还是rn.
这样,我处理文本时如果想通过nn(两个换行)来作为分段的话,对dos格式的无效。
items = data.split(‘nn’)就并不能达到我想分的段。
lines = data.splitline()倒能正确处理rn为n,分行正确.但这不是我想要的。
执行:
if hasattr(open, 'newlines'):
print 'We have universal newline support'
我的没打印,说明没有设置open的
universal newline support
但不知在哪里设。
所以我用
open(‘dostext.txt’,’rU’).read()解决了该问题。
在打开参数中,’rb’肯定是不会转的,’rU’是会转的。U不能和+,w等mode参数配。
==========
参考:
http://en.wikipedia.org/wiki/Newline
http://www.python.org/dev/peps/pep-0278/
http://bugs.python.org/issue6759
如非注明转载, 均为原创. 本站遵循知识共享CC协议,转载请注明来源
FEATURED TAGS
css
vc6
http
automake
linux
make
makefile
voip
乱码
awk
flash
vista
vi
vim
javascript
pietty
putty
ssh
posix
subversion
svn
windows
删除
编译
多线程
wxwidgets
ie
ubuntu
开源
c
python
bash
备份
性能
scp
汉字
log
ruby
中文
bug
msn
nginx
php
shell
wordpress
mqueue
android
eclipse
java
mac
ios
html5
js
mysql
protobuf
apache
hadoop
install
iocp
twisted
centos
mapreduce
hbase
thrift
tutorial
hive
erlang
lucene
hdfs
sqoop
utf8
filter
草原
yarn
ganglia
恢复
scrapy
django
fsimage
flume
tail
flume-ng
mining
scala
go
kafka
gradle
cassandra
baas
spring
postgres
maven
mybatis
mongodb
https
nodejs
镜像
心理学
机器学习
Keras
theano
anaconda
docker
spark
akka-http
json
群论
区块链
加密
抽象代数
离散对数
同余
欧拉函数
扩展欧几里德算法
ES6
node-inspect
debug
win10
vscode
挖矿