We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Line 1485 of casacore/tables/table.py (for c, hcdef in hcdefs.iteritems():) causes an error in Python 3.
for c, hcdef in hcdefs.iteritems():
The text was updated successfully, but these errors were encountered:
Issue #165: Use six.iteritems for Python3
e802a39
Issue #165: Use six.iteritems for Python3 (#166)
3000f18
merged!
Sorry, something went wrong.
No branches or pull requests
Line 1485 of casacore/tables/table.py (
for c, hcdef in hcdefs.iteritems():
) causes an error in Python 3.The text was updated successfully, but these errors were encountered: