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, brett.cannon
Date 2008-05-16.19:20:56
SpamBayes Score 0.0050672907
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
On Fri, May 16, 2008 at 11:56 AM, Alexandre Vassalotti
<[email protected]> wrote:
>
> Alexandre Vassalotti <[email protected]> added the comment:
>
> Brett wrote:
>> This will require moving over to using the named tuple features of
>> os.stat() along with adding methods to the object that the stat module
>> has as functions.
>
> How do you add new methods to a PyStructSequence?
>

No clue. =) Might not be doable. In the end a custom class might be
needed that supports indexes.
History
Date User Action Args
2008-05-16 19:21:00brett.cannonsetspambayes_score: 0.00506729 -> 0.0050672907
recipients: + brett.cannon, alexandre.vassalotti
2008-05-16 19:20:59brett.cannonlinkissue2874 messages
2008-05-16 19:20:57brett.cannoncreate