forked from tornadoweb/tornado
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cStringIO's constructor uses a 16-bit encoding when given a unicode
string. This is inconsistent with its write method, which encodes all strings as ascii (and rejects unicode strings iff they have any non-ascii characters). This change uses utf-8 as the default encoding when constructing cStringIO objects in tornado.
- Loading branch information
Ben Darnell
committed
Apr 21, 2010
1 parent
b686d6d
commit c87e84f
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters