]> granicus.if.org Git - python/commit
Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API
authorBrett Cannon <bcannon@gmail.com>
Tue, 22 Feb 2011 21:48:06 +0000 (21:48 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 22 Feb 2011 21:48:06 +0000 (21:48 +0000)
commitdaa5799cb88667855430bb49f428a4ff6c093456
treefc8f786461e9a7a1543de9de674a2d4af4e2fbe6
parent543b7f3ee90b089d1dea485c36a12ff26c8c55e1
Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API
by making methods() into a module attribute as it is statically calculated.
Doc/library/crypt.rst
Lib/crypt.py
Lib/test/test_crypt.py