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

cnprog is not compatible with python 2.4 #52

Open
GoogleCodeExporter opened this issue Mar 19, 2015 · 0 comments
Open

cnprog is not compatible with python 2.4 #52

GoogleCodeExporter opened this issue Mar 19, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Try to run cnprog using python 2.4 and it will fail due to usage of
short-if syntax. This is not recommended because it does make the code
harder to read.

Example: "x if y else z"
auth.py:170
views.py:1185
models.py:655





Original issue reported on code.google.com by [email protected] on 12 Oct 2009 at 9:33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant