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

2010-07-08 Thread Benjamin Peterson
Benjamin Peterson added the comment: r82663 -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-lis

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

2010-07-08 Thread Alexander Belopolsky
Alexander Belopolsky 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.pete