summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/__init__.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-17 13:13:22 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-17 13:13:22 (GMT)
commite0c69161bc9d4e9deca4fc0add189b4df9cce8cb (patch)
tree577f43f5da23af8cd3f34422599627cef6a2902f /Lib/test/support/__init__.py
parent1d8e7dbf1ab5f206016de6ccd9ce3962d264bd9b (diff)
parentb5bc353b8893461b0ecdf0e4bc2b299ef2b19bc0 (diff)
downloadcpython-e0c69161bc9d4e9deca4fc0add189b4df9cce8cb.zip
cpython-e0c69161bc9d4e9deca4fc0add189b4df9cce8cb.tar.gz
cpython-e0c69161bc9d4e9deca4fc0add189b4df9cce8cb.tar.bz2
#18741: merge with 3.3.
Diffstat (limited to 'Lib/test/support/__init__.py')
-rw-r--r--Lib/test/support/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/support/__init__.py b/Lib/test/support/__init__.py
index 59f7fcc..befbe8b 100644
--- a/Lib/test/support/__init__.py
+++ b/Lib/test/support/__init__.py
@@ -252,7 +252,7 @@ def unload(name):
if sys.platform.startswith("win"):
def _waitfor(func, pathname, waitall=False):
- # Peform the operation
+ # Perform the operation
func(pathname)
# Now setup the wait loop
if waitall:
@@ -268,7 +268,7 @@ if sys.platform.startswith("win"):
# required when contention occurs.
timeout = 0.001
while timeout < 1.0:
- # Note we are only testing for the existance of the file(s) in
+ # Note we are only testing for the existence of the file(s) in
# the contents of the directory regardless of any security or
# access rights. If we have made it this far, we have sufficient
# permissions to do that much using Python's equivalent of the