Jelmer Vernooij 16 лет назад
Родитель
Сommit
dd65c0b6b5
1 измененных файлов с 5 добавлено и 0 удалено
  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.