Sfoglia il codice sorgente

Add simple hacking doc.

Jelmer Vernooij 17 anni fa
parent
commit
88d5aeb319
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      HACKING

+ 5 - 0
HACKING

@@ -0,0 +1,5 @@
+Please follow PEP8 with regard to coding style.
+
+All functionality should be available in pure Python. C replacements may 
+be written for performance reasons, but should never replace the Python 
+implementation.