- Timestamp:
- 06/10/16 22:17:50 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/bletchley/blobtools.py
r101 r102 30 30 31 31 # urllib.parse's functions are not well suited for encoding/decoding 32 # bytes or managing encoded case 32 # bytes or managing encoded case 33 33 def _percentEncode(binary, plus=False, upper=True): 34 34 fmt = "%%%.2x"
Note: See TracChangeset
for help on using the changeset viewer.