- Timestamp:
- 06/26/15 22:04:19 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/bletchley/blobtools.py
r67 r82 31 31 # bytes or managing encoded case 32 32 def _percentEncode(binary, plus=False, upper=True): 33 fmt = "%%%.2 X"33 fmt = "%%%.2x" 34 34 if upper: 35 fmt = "%%%.2 x"35 fmt = "%%%.2X" 36 36 37 37 ret_val = bytearray(b'')
Note: See TracChangeset
for help on using the changeset viewer.