소스 검색

Clarify that C modules should be optional.

Jelmer Vernooij 15 년 전
부모
커밋
881a8e8e17
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      HACKING

+ 2 - 2
HACKING

@@ -1,5 +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 
+All functionality should be available in pure Python. Optional C implementations
+may be written for performance reasons, but should never replace the Python 
 implementation. The C implementations should follow the kernel/git coding style.