From 09a86bc5ef9899c4c86f31e9ecc0bec88b6e415f Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 13 Mar 2007 03:05:40 +0000 Subject: Fix a typo where the variable name was not updated. --- Lib/test/test_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index 880e8e8..b04a9a0 100644 --- a/Lib/test/test_support.py +++ b/Lib/test/test_support.py @@ -346,7 +346,7 @@ def transient_internet(): time_out = TransientResource(IOError, errno=errno.ETIMEDOUT) socket_peer_reset = TransientResource(socket.error, errno=errno.ECONNRESET) ioerror_peer_reset = TransientResource(IOError, errno=errno.ECONNRESET) - return contextlib.nested(time_out, peer_reset, ioerror_peer_reset) + return contextlib.nested(time_out, socket_peer_reset, ioerror_peer_reset) #======================================================================= -- cgit v0.12 ue='architecture_docs'>architecture_docs Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for daily test failure for test/fheap.cVailin Choi2018-02-191-0/+27
* Merge pull request #7 in ~VCHOI/my_hdf5_fork from ~BMRIBLER/version_bounds_bm...Binh-Minh Ribler2018-02-171-2/+11
|\
| * Fixed daily test failureBinh-Minh Ribler2018-02-171-2/+11
|/
* Merge pull request #898 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to dev...Vailin Choi2018-02-141-1/+6
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f...Vailin Choi2018-02-140-0/+0
| |\ | |/ |/|
* | Merge pull request #897 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to dev...Vailin Choi2018-02-144-4/+11
|\ \
| | * Fix for daily test failureVailin Choi2018-02-141-1/+6
| |/
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f...Vailin Choi2018-02-1433-5808/+5762
| |\ | |/ |/|
* | Merge pull request #895 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-02-1433-5808/+5762
|\ \
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-02-141-3/+10
| |\ \
| * | | More includes cleanupAllen Byrne2018-02-1413-1840/+1823
| * | | Cleanup overuse of include filesAllen Byrne2018-02-1420-3968/+3939
* | | | Merge pull request #896 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to dev...Vailin Choi2018-02-141-1/+1
|\ \ \ \ | |_|/ / |/| | |
* | | | Merge pull request #894 in HDFFV/hdf5 from ~BMRIBLER/version_bounds_bmr:bugfi...Binh-Minh Ribler2018-02-141-3/+10
|\ \ \ \ | |_|/ / |/| | |
| | | * Fix for daily test failuresVailin Choi2018-02-144-4/+11
| | |/
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f...Vailin Choi2018-02-141-3/+10
| | |\
| | | * Merge pull request #6 in ~VCHOI/my_hdf5_fork from ~BMRIBLER/version_bounds_bm...Binh-Minh Ribler2018-02-141-3/+10
| | | |\ | |_|/ / |/| | / | | |/ | |/|
| * | Merge branch 'bugfix/version_bounds' of https://bitbucket.hdfgroup.org/scm/~b...Binh-Minh Ribler2018-02-140-0/+0
| |\ \
| * | | Fixed DT failureBinh-Minh Ribler2018-02-141-3/+10
| | | * Fix for daily test failure for configuration with --disable-deprecated-symbolsVailin Choi2018-02-141-1/+1
| |_|/ |/| |
* | | Merge pull request #876 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:bugfix/version...Vailin Choi2018-02-1470-1221/+5073
|\ \ \ | | |/ | |/|
| * | Merge pull request #5 in ~VCHOI/my_hdf5_fork from ~BMRIBLER/version_bounds_bm...Binh-Minh Ribler2018-02-131-1/+3
| |\ \ | | |/
| | * Merge branch 'bugfix/version_bounds' of https://bitbucket.hdfgroup.org/scm/~b...Binh-Minh Ribler2018-02-130-0/+0
| | |\ | | |/ | |/|
| * | Merge pull request #4 in ~VCHOI/my_hdf5_fork from ~BMRIBLER/version_bounds_bm...Binh-Minh Ribler2018-02-137-179/+1023
| |\ \
| | | * Added comment for clarification about latest as 1.10.Binh-Minh Ribler2018-02-131-1/+3
| | |/
| | * Fixed typosBinh-Minh Ribler2018-02-131-4/+1
| | * Merge branch 'bugfix/version_bounds' of https://bitbucket.hdfgroup.org/scm/~b...Binh-Minh Ribler2018-02-130-0/+0
| | |\ | | |/ | |/|
| * | Merge pull request #3 in ~VCHOI/my_hdf5_fork from ~BMRIBLER/version_bounds_bm...Binh-Minh Ribler2018-02-081-0/+1
| |\ \
| | | * Additional testsBinh-Minh Ribler2018-02-137-179/+1026
| | |/
| | * Merge branch 'bugfix/version_bounds' of https://bitbucket.hdfgroup.org/scm/~b...Binh-Minh Ribler2018-02-0831-560/+562
| | |\ | | |/ | |/|
| * | Merge pull request #2 in ~VCHOI/my_hdf5_fork from ~BMRIBLER/version_bounds_bm...Binh-Minh Ribler2018-02-073-267/+264
| |\ \
| * | | Modifications made based on comments from pull request.Vailin Choi2018-02-0731-560/+562
| | | * Added gen_boundsBinh-Minh Ribler2018-02-081-0/+1
| | |/
| | * Cleaned up per comments in PR# 876Binh-Minh Ribler2018-02-071-266/+262
| | * Added gen_bounds.cBinh-Minh Ribler2018-02-011-1/+1
| | * Merge branch 'bugfix/version_bounds' of https://bitbucket.hdfgroup.org/scm/~b...Binh-Minh Ribler2018-02-0162-513/+132
| | |\ | | |/ | |/|
| * | Merge branch 'trunk_merge' into bugfix/version_boundsVailin Choi2018-01-289-284/+29
| |\ \
| * \ \ Merge branch 'develop' into bugfix/version_boundsVailin Choi2018-01-23