the 2.0.1c1 release (which has already been built and pushed out to SF
and py.org), but will be correct in the 2.0.1 final release.
Does this require a matching update in the license as quoted in the
docs?
----------------------------
revision 1.3
date: 2001/04/10 15:01:20; author: gvanrossum; state: Exp; lines: +6 -0
Some other tests, when failing, don't always remove their TESTFN file.
Try to do it for them, so our mkdir() operation doesn't fail.
----------------------------
revision 1.2
date: 2001/03/02 05:46:17; author: gvanrossum; state: Exp; lines: +3 -3
When catching errors from os.rmdir(), test for os.error, not IOError!
----------------------------
except I used OSError instead of os.error.
was applied to urllib.py, but the corresponding change to
test_urllib.py was not applied. Backport revision 1.6 of this file
into the 2.0 maintenance branch.
----------------------------
revision 1.6
date: 2001/01/19 07:00:08; author: tim_one; state: Exp; lines: +8 -3
urllib.py very recently changed to produce uppercase escapes, but no
corresponding changes were made to its std test.
----------------------------