Re: [Python-Dev] [Python-checkins] r45721 - python/trunk/Lib/test/test_with.py

2006-04-27 Thread Tim Peters
>> Author: tim.peters >> Date: Wed Apr 26 03:15:53 2006 >> New Revision: 45721 >> >> Modified: >>python/trunk/Lib/test/test_with.py >> Log: >> 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 i

Re: [Python-Dev] [Python-checkins] r45721 - python/trunk/Lib/test/test_with.py

2006-04-26 Thread Nick Coghlan
tim.peters wrote: > Author: tim.peters > Date: Wed Apr 26 03:15:53 2006 > New Revision: 45721 > > Modified: >python/trunk/Lib/test/test_with.py > Log: > 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