-
- Downloads
Fix handling of unicode strings in Syslog.py
The syslog module will throw a TypeError, not a UnicodeError, if you give syslog() a unicode string.
Loading
Please register or sign in to comment
The syslog module will throw a TypeError, not a UnicodeError, if you give syslog() a unicode string.