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 3.3 compat #351

Merged
merged 2 commits into from
Mar 24, 2014
Merged

Python 3.3 compat #351

merged 2 commits into from
Mar 24, 2014

Conversation

carlosmn
Copy link
Member

The behaviour of __slots__ has changed a bit in 3.3, so let's make sure we don't use it for properties we add later. Take this opportunity to insert some documentation.

Python 3.3 doesn't like us overriding properties in __slots__, so set it
to an empty list.
The search_path attribute is now inside __init__() so it shows properly
in the generated documentation.
@jdavid jdavid merged commit 87c8aef into libgit2:master Mar 24, 2014
@carlosmn carlosmn deleted the settings-3.3 branch March 27, 2014 15:44
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.

2 participants