Changeset 1669

Show
Ignore:
Timestamp:
07/21/08 12:21:03 (6 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/admin/validations.py

    r1641 r1669  
    1212    except: 
    1313        raise ValueError, 'Port must be a number' 
    14     if tmp < 0 or tmp > 0xFFFF - 1
    15         raise ValueError, 'Out of the range (1 to 65534)' 
     14    if tmp < 0 or tmp > 0xFFFF
     15        raise ValueError, 'Out of the range (1 to 65535)' 
    1616    return value 
    1717 
  • cherokee/trunk/qa/help.py

    r1594 r1669  
    2323  -e<PATH>      Path to the binary of the server 
    2424  -m<STRING>    HTTP method name for the requests 
    25   -v<STRING>    Run under Valdrind, string=['', 'hel', 'cac', 'cal'] 
     25  -v<STRING>    Run under Valgrind, string=['', 'hel', 'cac', 'cal'] 
    2626 
    2727Report bugs to alvaro@gnu.org