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

Fix for Python3.2 compatibility #487

Merged
merged 1 commit into from
Jul 24, 2013
Merged

Conversation

kargm
Copy link

@kargm kargm commented Jul 24, 2013

Current implementation breaks compatibility with Python3.2. This simple fix should work for all Python versions between 2.7 and 3.3 making catkin usable in all these versions.

Unittest works for Python2.7, however it does not work for Python3. I did not adapt the unittest towards Python3 since I guess it is meant for Python2.7 and porting unit tests to Python3 is a whole other topic which should probably be addressed somewhen in the future...

dirk-thomas added a commit that referenced this pull request Jul 24, 2013
Fix for Python3.2 compatibility
@dirk-thomas dirk-thomas merged commit 827cf5e into ros:groovy-devel Jul 24, 2013
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