Major bug fix in multipartpost and minor adjustments elsewhere

This commit is contained in:
Bernardo Damele
2010-05-28 23:12:20 +00:00
parent 06af405efd
commit 10521b68eb
5 changed files with 30 additions and 23 deletions

View File

@@ -32,7 +32,8 @@ import warnings
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
sys.stdout = codecs.getwriter(locale.getpreferredencoding())(sys.stdout)
# NOTE: This breaks SQL shell and OS shell history and TAB functionalities
#sys.stdout = codecs.getwriter(locale.getpreferredencoding())(sys.stdout)
try:
import psyco