Commented out reference to BLOB converter in unicode section as that converter
was removed in revision 375 for MySQLdb compatibility.
Changed exception caught when releasing the lock in _abort() to only catch the
thread release exception instead of a catchall.
Plus minor cleanups.
- removed unnecessary imports
- changed deprecated string module functions to string methods