summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAllan Saddi <allan@saddi.com>2006-12-05 22:01:00 +0000
committerAllan Saddi <allan@saddi.com>2006-12-05 22:01:00 +0000
commit713148833816554f41ff722c8d92b0508d1f9f65 (patch)
treeef272114218ecc699a52c5dcf93653f5da653732 /ChangeLog
parent56b2917d3324d6bed780b233e4b3c092ff967f8d (diff)
downloadflup-713148833816554f41ff722c8d92b0508d1f9f65.tar.gz
Update gzip.py by updating docstrings and renaming
classes/methods/functions to better follow Python naming conventions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f749777..c23a2d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-12-05 Allan Saddi <asaddi@sahara.flup.org>
+
+ * Update gzip.py by updating docstrings and renaming
+ classes/methods/functions to better follow Python naming
+ conventions. NB: mimeTypes keyword parameter is now
+ mime_types.
+
2006-12-02 Allan Saddi <asaddi@europa.saddi.net>
* Change intra-package imports into absolute imports.