Kaynağa Gözat

Add simple hacking doc.

Jelmer Vernooij 16 yıl önce
ebeveyn
işleme
dd65c0b6b5
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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.