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 <bbaeab100805161220o602fef43xd4d9641a5ab5e999@mail.gmail.com>
In-reply-to <1210964193.6.0.784837134166.issue2874@psf.upfronthosting.co.za>
Content
On Fri, May 16, 2008 at 11:56 AM, Alexandre Vassalotti
<report@bugs.python.org> wrote:
>
> Alexandre Vassalotti <alexandre@peadrop.com> 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