Changeset 1669
- Timestamp:
- 07/21/08 12:21:03 (6 months ago)
- Files:
-
- cherokee/trunk/admin/validations.py (modified) (1 diff)
- cherokee/trunk/qa/help.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/admin/validations.py
r1641 r1669 12 12 except: 13 13 raise ValueError, 'Port must be a number' 14 if tmp < 0 or tmp > 0xFFFF - 1:15 raise ValueError, 'Out of the range (1 to 6553 4)'14 if tmp < 0 or tmp > 0xFFFF: 15 raise ValueError, 'Out of the range (1 to 65535)' 16 16 return value 17 17 cherokee/trunk/qa/help.py
r1594 r1669 23 23 -e<PATH> Path to the binary of the server 24 24 -m<STRING> HTTP method name for the requests 25 -v<STRING> Run under Val drind, string=['', 'hel', 'cac', 'cal']25 -v<STRING> Run under Valgrind, string=['', 'hel', 'cac', 'cal'] 26 26 27 27 Report bugs to alvaro@gnu.org