-
Notifications
You must be signed in to change notification settings - Fork 406
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
canmatrix.formats.loads() fails due to undefined StringIO #103
Comments
rename to dev is the right way. |
should be fixed - could you please review? |
@altendky |
Sorry I missed the first query. Yes, the described issue appears to be resolved, but I'm not big on version conditional and variant functionality. Both Py2 and 3 have 'byte sequences' and 'character sequences' and this function should take one of those in both versions. I guess the first question is do we want bytes or characters being passed? I suppose we end up with a special case where we likely want either two functions or just bytes due to the fancy-schmancy mixed encoding support we have. If just one function it ought to be http://python-future.org/compatible_idioms.html#stringio (yes, this could be a separate ticket or just ignored) |
want to do this after 0.7 |
I took it into #236 |
With 0.6 released where should a fix get committed? If the dev branch lives on should it get renamed to just dev?
Along with an import, presumably there's some 2/3 considerations to be made here.
canmatrix/canmatrix/formats.py
Line 41 in 1ee97a0
The text was updated successfully, but these errors were encountered: