mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
always use StringIO, never cStringIO
cStringIO is not unicode-safe
This commit is contained in:
parent
8e43a08c2a
commit
88236a7ab8
@ -14,7 +14,7 @@
|
||||
|
||||
import sys
|
||||
|
||||
from cStringIO import StringIO
|
||||
from StringIO import StringIO
|
||||
from subprocess import Popen, PIPE
|
||||
|
||||
import nose.tools as nt
|
||||
|
Loading…
Reference in New Issue
Block a user