From 84ae5972cf07cb74a36f961b7d39edd3ce16d9fc Mon Sep 17 00:00:00 2001 From: Greg Noel Date: Tue, 8 Jun 2010 04:17:01 +0000 Subject: Add a src/CHANGES.txt entry for the problem with is_Dict() --- src/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index d867aa3..72d7bdf 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -84,6 +84,9 @@ RELEASE 2.0.0.beta.20100605 - Sat, 05 Jun 2010 21:02:48 -0700 - Start deprecation cycle for SourceCode() and related factories + - Fixed a problem with is_Dict() not identifying some objects derived + from UserDict. + From Jim Randall: - Document the AllowSubstExceptions() function in the User's Guide. -- cgit v0.12