]> granicus.if.org Git - python/commit
(Queue.Empty): When class based exceptions are in force, derive this
authorBarry Warsaw <barry@python.org>
Thu, 20 Nov 1997 19:56:38 +0000 (19:56 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 20 Nov 1997 19:56:38 +0000 (19:56 +0000)
commit3d96d522ecc6adfc77fe3f1f6a47f11655c9a304
treed3cbe6e4edae625b1685ad30b751c180d53a640d
parent17c8e781c0f5d6b7f29b768ffbcaa95438dd9508
(Queue.Empty): When class based exceptions are in force, derive this
class from the standard base exception Exception.  Otherwise define
Queue.Empty as a string exception.

(Queue): 8-space to 4-space indentation conversion.  Also, basically
recast all method comments into docstrings.
Lib/Queue.py