[issue9206] os.stat() is broken

2010-07-08 Thread Alexander Belopolsky
New submission from Alexander Belopolsky belopol...@users.sourceforge.net: Most likely the same underlying problem as in issue 9202, but can be seen on a non-windows platform. from os import * stat('/') Traceback (most recent call last): File stdin, line 1, in module SystemError: NULL

[issue9206] os.stat() is broken

2010-07-08 Thread Alexander Belopolsky
Changes by Alexander Belopolsky belopol...@users.sourceforge.net: -- keywords: +patch Added file: http://bugs.python.org/file17906/issue9206.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9206

[issue9206] os.stat() is broken

2010-07-08 Thread Alexander Belopolsky
Changes by Alexander Belopolsky belopol...@users.sourceforge.net: -- nosy: +benjamin.peterson, brian.curtin, eric.smith Added file: http://bugs.python.org/file17907/issue9206.diff ___ Python tracker rep...@bugs.python.org

[issue9206] os.stat() is broken

2010-07-08 Thread Alexander Belopolsky
Changes by Alexander Belopolsky belopol...@users.sourceforge.net: Removed file: http://bugs.python.org/file17907/issue9206.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9206 ___