-
Notifications
You must be signed in to change notification settings - Fork 57
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
python 2.6 #27
python 2.6 #27
Conversation
How about just using |
Looking at the code for if sys.version < (2, 7):
… |
The current master should work. I'll make a new release if you're happy with it. |
Ok, thank you. I'll do a pull request with the suggested corrections. |
Did you see 8ee9c10? I don't think there is anything else to do, pymediainfo should now work with Python 2.6 :) |
Wow, almost the same thing a did. Thank you! |
Yeah I wouldn't have noticed the extra whitespace at the end of the line without your PR, thanks and good luck with your old Python :D |
Are you planning to make a new release soon? |
Yup, as I said, I'm just waiting for your approval of the changes. On 20 Jul 2016 7:08 p.m., "Rodrigo Nossal" notifications@github.com wrote:
|
Works like a charm. Here is my ✔️ |
And here is the new release: On 20 July 2016 at 19:33, Rodrigo Nossal notifications@github.com wrote:
|
Little changes to work with python 2.6. I hope you don't mind.