]> granicus.if.org Git - python/commit
Correct __repr__: include module name, avoid extra space for empty status,
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 12 Oct 2001 22:39:20 +0000 (22:39 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 12 Oct 2001 22:39:20 +0000 (22:39 +0000)
commit106bdd3b805ddc8dc30145f4e460cb9eaf044707
treef608048e7a574162d3c8c8e0e57cb4e9c6d34b97
parent9abaf4d3b78d756e4c0e30b7accb70e531dd9085
Correct __repr__: include module name, avoid extra space for empty status,
use 0x format for id. Proposed by Cesar Eduardo Barros in patch #470680.
Lib/asyncore.py