From be8d076bbafd3bb5f26fa8716ff6e898b76b1d1a Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 11 Apr 2006 14:08:53 +0000 Subject: reviewed by: Johan Dahlin 2006-04-11 Andy Wingo reviewed by: Johan Dahlin * gobject/gobjectmodule.c (create_property): Parse unsigned int64 constraints in param spec declaration using the "K" ParseTuple format unit, not L -- allows the full range of the datatype to be parsed. K format unit added in python 2.3. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e9c0fe9..347c169 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-04-11 Andy Wingo + + reviewed by: Johan Dahlin + + * gobject/gobjectmodule.c (create_property): Parse unsigned int64 + constraints in param spec declaration using the "K" ParseTuple + format unit, not L -- allows the full range of the datatype to be + parsed. K format unit added in python 2.3. + 2006-04-01 Gustavo J. A. M. Carneiro * tests/test_properties.py: Add test for #335854. -- cgit