From: Michael V. DePalatis Date: Fri, 20 Nov 2015 11:20:25 +0000 (+0100) Subject: Correct version change in Lock docstring X-Git-Tag: v4.4.0b1~67^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b387138ede8d21f0478e6e16a194718bffd821fb;p=thirdparty%2Ftornado.git Correct version change in Lock docstring --- diff --git a/tornado/locks.py b/tornado/locks.py index a18177286..abf5eade8 100644 --- a/tornado/locks.py +++ b/tornado/locks.py @@ -465,7 +465,7 @@ class Lock(object): ... ... # Now the lock is released. - .. versionchanged:: 3.5 + .. versionchanged:: 4.3 Added ``async with`` support in Python 3.5. """