]> git.ipfire.org Git - thirdparty/tornado.git/commit
Define Condition's and Event's repr, not str. 1355/head
authorA. Jesse Jiryu Davis <jesse@mongodb.com>
Sat, 28 Feb 2015 17:19:18 +0000 (12:19 -0500)
committerA. Jesse Jiryu Davis <jesse@mongodb.com>
Sat, 28 Feb 2015 17:19:18 +0000 (12:19 -0500)
commit343abe6c45b118359d168cb7fe00611295038255
treed469699667e26c84127cad08d6ef6b00f33b209a
parentdee6ab5df3c475bc04f9ee50c24ae755fdef6371
Define Condition's and Event's repr, not str.

Consistent with asyncio's Condition and Event.
tornado/locks.py
tornado/test/locks_test.py