HACKING 514 B

1234567891011
  1. Where possible, please follow PEP8 with regard to coding style.
  2. Furthermore, triple-quotes should always be """, single quotes are ' unless using "
  3. would result in less escaping within the string.
  4. All functionality should be available in pure Python. Optional C
  5. implementations may be written for performance reasons, but should never
  6. replace the Python implementation. The C implementations should follow the
  7. kernel/git coding style.
  8. Where possible please include updates to NEWS along with your improvements.