This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients alexandre.vassalotti, barry, benjamin.peterson, brett.cannon, georg.brandl
Date 2008-07-13.23:04:41
SpamBayes Score 0.016596042
Marked as misclassified No
Message-id <1215990282.58.0.908566682935.issue2874@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-07-13 23:04:42brett.cannonsetspambayes_score: 0.016596 -> 0.016596042
recipients: + brett.cannon, barry, georg.brandl, alexandre.vassalotti, benjamin.peterson
2008-07-13 23:04:42brett.cannonsetspambayes_score: 0.016596 -> 0.016596
messageid: <1215990282.58.0.908566682935.issue2874@psf.upfronthosting.co.za>
2008-07-13 23:04:41brett.cannonlinkissue2874 messages
2008-07-13 23:04:41brett.cannoncreate