comparison roundup/password.py @ 2005:fc52d57c6c3e

documentation cleanup
author Richard Jones <richard@users.sourceforge.net>
date Wed, 11 Feb 2004 23:55:10 +0000
parents dc43e339e607
children 18addf2a8596
comparison
equal deleted inserted replaced
2004:1782fe36e7b8 2005:fc52d57c6c3e
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.10 2003-11-11 00:35:13 richard Exp $ 18 # $Id: password.py,v 1.11 2004-02-11 23:55:08 richard Exp $
19 19
20 __doc__ = """ 20 """Password handling (encoding, decoding).
21 Password handling (encoding, decoding).
22 """ 21 """
22 __docformat__ = 'restructuredtext'
23 23
24 import sha, re, string, random 24 import sha, re, string, random
25 try: 25 try:
26 import crypt 26 import crypt
27 except: 27 except:

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