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

Documentation updates and Python 3 test fix #8

Merged
merged 2 commits into from
Feb 12, 2015

Conversation

saaros
Copy link
Contributor

@saaros saaros commented Feb 12, 2015

No description provided.

* fix some minor typos in README and code comments
* update readme contact and credits sections
* update copyright statements on all files
Python 3's dict.keys() doesn't return a list and what it returns isn't
indexable, but since we just want to know that the dict has 1 key and it's
`old_master` let's replace the check with a simple `assert key in dict`
Ormod added a commit that referenced this pull request Feb 12, 2015
Documentation updates and Python 3 test fix
@Ormod Ormod merged commit 30f4db1 into Aiven-Open:master Feb 12, 2015
@saaros saaros deleted the master branch March 23, 2022 08:38
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