Author: Armin Rigo <ar...@tunes.org> Branch: py3.5 Changeset: r88805:be0cbcb1d37c Date: 2016-12-01 18:22 +0100 http://bitbucket.org/pypy/pypy/changeset/be0cbcb1d37c/
Log: rename (for test_structseq) diff --git a/pypy/module/posix/app_posix.py b/pypy/module/posix/app_posix.py --- a/pypy/module/posix/app_posix.py +++ b/pypy/module/posix/app_posix.py @@ -19,7 +19,7 @@ class stat_result(metaclass=structseqtype): - name = osname + ".stat_result" + name = "os.stat_result" st_mode = structseqfield(0, "protection bits") st_ino = structseqfield(1, "inode") _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit