Filip Zyzniewski added the comment:
It seems like there is also an issue with property classes defined in a
different module.
In the example below Foo.x uses standard property, and Foo.y uses prop imported
from the prop module.
This results in docstring for Foo.y to be missed:
filip@klocek
New submission from Filip Zyzniewski:
The datetime class provides a min datetime object which is not formattable:
on Python 2:
$ python
Python 2.7.3 (default, Apr 10 2013, 05:13:16)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "licens
Filip Zyzniewski added the comment:
If stdout was closed before closing stderr, then stdout problems could be
reported, and that is what I would expect when using Python this way.
os.fsync(1) helps, but only if preceeded by sys.stdout.flush() and it seems a
bit cumbersome.
Is there any
New submission from Filip Zyzniewski:
When using a Python script as a unix pipe filter with its stdout redirected to
a file:
python script.py > /nfs/foo
user is not notified of some writing problems on NFS, because these are
sometimes reported on close(), and the interpreter never d