You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Oct 2009 at 9:33The text was updated successfully, but these errors were encountered: