-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
py3fication of babelplugin #187
Labels
Comments
Michael Bayer (@zzzeek) wrote: the patch as is breaks tests:
I'd like to try putting a conditional, "if util.py3k:" above it, however the tests don't run at all under py3k:
so need to figure out what should be happening here. |
Changes by Michael Bayer (@zzzeek):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated issue, originally created by Anonymous
File ".../Mako-0.6.2-py3.2.egg/mako/ext/babelplugin.py", line 115, in extract_nodes
code = StringIO(code)
!TypeError: initial_value must be str or None, not bytes
attached patch removes this problem.
Attachments: makobabel.patch
The text was updated successfully, but these errors were encountered: