Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basic.py第八行StringIO在python3下不支持 #22

Closed
topdogs opened this issue May 26, 2015 · 1 comment
Closed

basic.py第八行StringIO在python3下不支持 #22

topdogs opened this issue May 26, 2015 · 1 comment

Comments

@topdogs
Copy link

topdogs commented May 26, 2015

try:
from StringIO import StringIO
except ImportError:
from io import StringIO

@JohnnyZhao
Copy link
Collaborator

可以提个 pull request

kehao95 added a commit to kehao95/wechat-python-sdk that referenced this issue Oct 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants