问题描述
< posted&邮寄>
AFAICT似乎有一个关于FreeBSD的Python 2.3.4开放功能的错误。
文档说明:
<posted & mailed>
Hi,
AFAICT there seems to be a bug on FreeBSD''s Python 2.3.4 open function. The
documentation states:
考虑:
$ cat test
lalala
$ python2.3
Python 2.3.4(#2,2005年1月4日,04:42:43)
[GCC 2.95.4 20020320 [FreeBSD]] on freebsd4
输入help,copyright,credit等等。或许可证或更多信息。
Consider:
$ cat test
lalala
$ python2.3
Python 2.3.4 (#2, Jan 4 2005, 04:42:43)
[GCC 2.95.4 20020320 [FreeBSD]] on freebsd4
Type "help", "copyright", "credits" or "license" for more information.
$ cat test
- > w +截断文件,确定
任何人都可以确认吗?是否有其他方式打开文件
附加而不是+?
谢谢,
Ciao
Uwe
$ cat test
-> w+ truncated file, ok
Can anyone confirm that? Is there any other way of opening a file for
appending instead of a+?
Thanks,
Ciao
Uwe
推荐答案
这篇关于Python2.3.4上的错误[FreeBSD]?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!