From 3147c4d1e87ca6f5e683837a451774841e07847e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 22 May 2010 22:57:59 +0200 Subject: [PATCH] Add reminder to update NEWS to HACKING. --- HACKING | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/HACKING b/HACKING index c68fd0610..70c876eb7 100644 --- a/HACKING +++ b/HACKING @@ -1,5 +1,8 @@ Please follow PEP8 with regard to coding style. -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. +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. + +Where possible please include updates to NEWS along with your improvements.