HACKING 364 B

12345678
  1. Please follow PEP8 with regard to coding style.
  2. All functionality should be available in pure Python. Optional C
  3. implementations may be written for performance reasons, but should never
  4. replace the Python implementation. The C implementations should follow the
  5. kernel/git coding style.
  6. Where possible please include updates to NEWS along with your improvements.