]> granicus.if.org Git - python/commit
Use the thread lock's context manager instead of a try/finally statement.
authorBrett Cannon <bcannon@gmail.com>
Sun, 28 Jan 2007 20:58:00 +0000 (20:58 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 28 Jan 2007 20:58:00 +0000 (20:58 +0000)
commitaf3d627022dcd0948610228b231106a198ed7bd8
treea62fb34696d41725a4ab0e18c2d5e42c4d76091f
parent7a28447d4cd2ad768a1152725cce17d7c14b96c9
Use the thread lock's context manager instead of a try/finally statement.
Lib/_strptime.py