Changeset 22:55bdffd989da in mailjam
- Timestamp:
- May 22, 2012, 1:47:55 PM (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mailjam/tools.py
r16 r22 25 25 """ 26 26 27 if not isinstance(address, str) :27 if not isinstance(address, str) and not isinstance(address, unicode): 28 28 return False 29 29
Note:
See TracChangeset
for help on using the changeset viewer.