Changeset 1719
- Timestamp:
- 09/18/07 12:06:00
- Files:
-
- trunk/cherrypy/lib/encoding.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/lib/encoding.py
r1427 r1719 42 42 decoded_params[key] = [v.decode(encoding) for v in value] 43 43 elif isinstance(value, unicode): 44 pass44 decoded_params[key] = value 45 45 else: 46 46 # value is a regular string: decode it

