]> granicus.if.org Git - python/commit
Rev 45706 renamed stuff in contextlib.py, but didn't rename
authorTim Peters <tim.peters@gmail.com>
Wed, 26 Apr 2006 01:15:53 +0000 (01:15 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 26 Apr 2006 01:15:53 +0000 (01:15 +0000)
commitd845e53b5bc5b7f7943dc05467847fb8705c2157
tree11fe26809e4e701d3b7265361bedf76d833f1cba
parent8f56d02309a71254e7b32e4dfd3669399bcd3fc2
Rev 45706 renamed stuff in contextlib.py, but didn't rename
uses of it in test_with.py.  As a result, test_with has been skipped
(due to failing imports) on all buildbot boxes since.  Alas, that's
not a test failure -- you have to pay attention to the

    1 skip unexpected on PLATFORM:
        test_with

kinds of output at the ends of test runs to notice that this got
broken.

It's likely that more renaming in test_with.py would be desirable.
Lib/test/test_with.py