From 5481270c2a53add0cf9f7a01044a25a6b3013aaf Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 25 May 2013 10:36:14 +0100 Subject: Fix Python 3 inconsistency handling -ve numbers for unsigned C types. An OverFlow error is now consistently thrown instead of a TypeError. Fixes primitive_types testcase for Python 3 --- CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.current') diff --git a/CHANGES.current b/CHANGES.current index 565a4ec0f..fe11a2952 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,11 @@ See the RELEASENOTES file for a summary of changes in each release. Version 2.0.10 (in progress) ============================ +2013-05-25: wsfulton + [Python] Fix Python 3 inconsistency when negative numbers are passed + where a parameter expects an unsigned C type. An OverFlow error is + now consistently thrown instead of a TypeError. + 2013-05-25: Artem Serebriyskiy SVN Patch ticket #338 - fixes to %attribute macros for template usage with %arg. -- cgit v1.2.3