The similar applies to octal constant suggestion: If python 2.5 is not supported is may be better to replace 0777 with 0o777.
* http://docs.python.org/whatsnew/2.6.html#pep-3112-byte-literals * http://docs.python.org/whatsnew/2.6.html#pep-3127-integer-literal-support-and-syntax -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/K8-qAdxoZusJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
