From: Mark Wooding Date: Sun, 24 May 2015 17:06:03 +0000 (+0100) Subject: catacomb/pwsafe.py: Abolish the `PWIter' class. X-Git-Tag: 1.1.0~19 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/2abe74251ed389f76cd990de4b05658857ea30af?ds=inline;hp=2abe74251ed389f76cd990de4b05658857ea30af catacomb/pwsafe.py: Abolish the `PWIter' class. There's no identifiable advantage to writing all of that out longhand over a simple generator. So do that instead. ---