From 37af0256edc5d34efb8a7cf8163fc9b45909d048 Mon Sep 17 00:00:00 2001 From: James Westby Date: Tue, 14 Apr 2009 20:27:01 +0000 Subject: Bug 573753 – DeprecationWarning under python 2.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2009-04-14 James Westby Bug 573753 – DeprecationWarning under python 2.6 * codegen/definitions.py (ReturnType.__init__): Don't pass 'type_name' argument to super __init__. svn path=/trunk/; revision=1063 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index adc1670..cf403fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-04-14 James Westby + + Bug 573753 – DeprecationWarning under python 2.6 + + * codegen/definitions.py (ReturnType.__init__): Don't pass + 'type_name' argument to super __init__. + 2009-04-14 Krzesimir Nowak Bug 576566 – several scripts from codegen directory are not -- cgit