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

Python 2.7 fixes #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Python 2.7 fixes #1

wants to merge 3 commits into from

Conversation

smcmahon
Copy link
Member

@smcmahon smcmahon commented Jun 3, 2014

The only substantive changes are the removal of @Property decorators in old-style classes and replacement of property reads with method calls.

Unfortunately, my editor is set to remove white space at end of lines. Sorry about the noise.

@davisagli
Copy link
Member

What's the problem with properties on old-style classes? I just tried defining one and it seemed to work. Is it a problem that doesn't become evident until runtime?

I'd like to avoid switching this to a method if possible, since it's a backwards-incompatible change. Maybe we can just turn this into a new-style class?

If there's no way to avoid the backwards-incompatible change, we at least need to call this version 2.0

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

Successfully merging this pull request may close these issues.

None yet

2 participants