[issue9206] repr(os.stat(..)) is broken by the structseq change

Alexander Belopolsky report at bugs.python.org
Thu Jul 8 23:06:59 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Attached patch, issue9206a.diff seems to fix the os.stat() issue.


Brian, can you check if it fixes issue 9202 as well?

I planned to finish some other stuff tonight, so I am reassigning this to Benjamin.

----------
assignee: belopolsky -> benjamin.peterson
components: +Interpreter Core
title: os.stat() is broken -> repr(os.stat(..)) is broken by the structseq change
Added file: http://bugs.python.org/file17908/issue9206a.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9206>
_______________________________________


More information about the Python-bugs-list mailing list