Staging
v0.8.1
https://github.com/python/cpython
Revision 5cf87aaf48b194aa8bcf1fc7bd01c37c4d496eab authored by Barry Warsaw on 04 June 2001, 19:35:04 UTC, committed by Barry Warsaw on 04 June 2001, 19:35:04 UTC
----------------------------
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.
1 parent cbe99a1
History
Tip revision: 5cf87aaf48b194aa8bcf1fc7bd01c37c4d496eab authored by Barry Warsaw on 04 June 2001, 19:35:04 UTC
Backported two fixes from the Py2.1 tree (pre-unittest rewrite):
Tip revision: 5cf87aa
File Mode Size
.cvsignore -rw-r--r-- 17 bytes
Makefile.in -rw-r--r-- 2.6 KB
abstract.c -rw-r--r-- 42.3 KB
bufferobject.c -rw-r--r-- 11.1 KB
classobject.c -rw-r--r-- 40.7 KB
cobject.c -rw-r--r-- 3.6 KB
complexobject.c -rw-r--r-- 10.8 KB
dictobject.c -rw-r--r-- 27.6 KB
fileobject.c -rw-r--r-- 27.4 KB
floatobject.c -rw-r--r-- 16.7 KB
frameobject.c -rw-r--r-- 8.4 KB
funcobject.c -rw-r--r-- 5.7 KB
intobject.c -rw-r--r-- 18.0 KB
listobject.c -rw-r--r-- 38.3 KB
longobject.c -rw-r--r-- 35.7 KB
methodobject.c -rw-r--r-- 5.0 KB
moduleobject.c -rw-r--r-- 4.7 KB
object.c -rw-r--r-- 27.4 KB
rangeobject.c -rw-r--r-- 4.8 KB
sliceobject.c -rw-r--r-- 3.6 KB
stringobject.c -rw-r--r-- 74.0 KB
tupleobject.c -rw-r--r-- 10.9 KB
typeobject.c -rw-r--r-- 1.3 KB
unicodectype.c -rw-r--r-- 8.5 KB
unicodeobject.c -rw-r--r-- 124.6 KB
unicodetype_db.h -rw-r--r-- 37.1 KB
xxobject.c -rw-r--r-- 2.4 KB

back to top