Brett Cannon <[EMAIL PROTECTED]> added the comment:

Another option is to eliminate the use of PyStructSequence and handle
the creation of a named tuple and a class with the methods in os.py.
Then stat() can just return a tuple and the Python code can create the
instances from that.

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2874>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to