From 2e7b170b1d78de44b3ddf9c343e82e69fbd050e4 Mon Sep 17 00:00:00 2001 From: Sean Reifschneider Date: Wed, 15 Dec 2010 21:31:10 -0700 Subject: Fixing Bug #509712: "TypeError: 'NoneType' object is unsubscriptable" Also fixed some other similar code to not have issues with that. Also added changelog entries for the last two patches. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2e99992..11814a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ + * Fixing Bug #509712: "TypeError: 'NoneType' object is unsubscriptable" + Also fixed some other similar code to not have issues with that. + + * Fixing Bug #628339: Read from server sometimes fails. Patch by Jeremy + Cowles. + + * Fixing Bug #633553: Add stat arguments support to get_stats(). Patch + by Ryan Lane. + * Changing the license to the PSF License. * Removing Evan's e-mail address at his request, changing authorship to -- cgit v1.2.1