Re: [Python-Dev] [Python-checkins] cpython: Issue #19209: fix structseq test

2013-10-11 Thread Victor Stinner
2013/10/12 Nick Coghlan : >> summary: >> Issue #19209: fix structseq test >> >> diff --git a/Lib/test/test_structseq.py b/Lib/test/test_structseq.py >> --- a/Lib/test/test_structseq.py >> +++ b/Lib/test/test_structseq.py >> @@ -38,7 +38,7 @@ >> # os.stat() gives a complicated struct sequ

Re: [Python-Dev] [Python-checkins] cpython: Issue #19209: fix structseq test

2013-10-11 Thread Nick Coghlan
On 12 Oct 2013 09:42, "christian.heimes" wrote: > > http://hg.python.org/cpython/rev/89e405e6a7a9 > changeset: 86218:89e405e6a7a9 > parent: 86216:29c4a6a11e76 > user:Christian Heimes > date:Sat Oct 12 01:38:52 2013 +0200 > summary: > Issue #19209: fix structseq test > > f