summaryrefslogtreecommitdiff
path: root/update_stdlib.sh
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2013-12-06 12:59:35 -0800
committerGuido van Rossum <guido@python.org>2013-12-06 12:59:35 -0800
commitaa5f43ffaaf94b9c18f25a69051f22507bdaaa7d (patch)
tree2457d5a9369b2ac586465216db437c992fd173c3 /update_stdlib.sh
parentaa779f4695780b0e0fc9bd1d61529a5737b0313e (diff)
downloadtrollius-aa5f43ffaaf94b9c18f25a69051f22507bdaaa7d.tar.gz
SSL hostname checking changes from CPython repo by Christian Heimes.
Diffstat (limited to 'update_stdlib.sh')
-rwxr-xr-xupdate_stdlib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_stdlib.sh b/update_stdlib.sh
index b025adf..9e05465 100755
--- a/update_stdlib.sh
+++ b/update_stdlib.sh
@@ -48,7 +48,7 @@ do
fi
done
-for i in `(cd tests && ls *.py sample.???)`
+for i in `(cd tests && ls *.py *.pem)`
do
if [ $i == test_selectors.py ]
then