comparison roundup/password.py @ 4570:6e3e4f24c753

Remove keyword expansions from CVS. All regression tests passed afterwards.
author Eric S. Raymond <esr@thyrsus.com>
date Wed, 16 Nov 2011 09:51:38 -0500
parents 357c6079c73b
children 2f66d44616ad
comparison
equal deleted inserted replaced
4569:0470a2aa2c95 4570:6e3e4f24c753
13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17 # 17 #
18 # $Id: password.py,v 1.15 2005-12-25 15:38:40 a1s Exp $
19
20 """Password handling (encoding, decoding). 18 """Password handling (encoding, decoding).
21 """ 19 """
22 __docformat__ = 'restructuredtext' 20 __docformat__ = 'restructuredtext'
23 21
24 import re, string, random 22 import re, string, random

Roundup Issue Tracker: http://roundup-tracker.org/