On 02/25/2012 03:31 PM, Guido van Rossum wrote:
On Sat, Feb 25, 2012 at 1:31 PM, Barry Warsaw <barry@python.org> wrote:
On Feb 23, 2012, at 01:28 PM, Larry Hastings wrote:
* Change the result of os.stat to be a custom class rather than a
  PyStructSequence.  Support the sequence protocol on the custom class but
  mark it PendingDeprecation [...]
+1
Yeah, the sequence protocol is outdated here.

Would this be a mutable or an immutable object?

Immutable, just like the current PyStructSequence object.


/arry