python读取文件编码linux和windows之间的区别

时间:2014-09-03 09:36:50

标签: linux windows python-2.7

我想知道在linux和windows之间打开和读取文件的方式是否有区别,例如:

data_file = open(fileName, 'r').read()
pkey_file = open('private.pem', 'r').read()

windows和linux之间的data_file和pkey_file数据是否存在差异?

谢谢, ķ。

1 个答案:

答案 0 :(得分:0)

EOF有所不同:

Windows \ r \ n

Linux \ n

还有其他字符..

使用commande line dos2unix