aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-05-25 10:36:14 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-05-25 10:36:14 +0100
commit5481270c2a53add0cf9f7a01044a25a6b3013aaf (patch)
tree8b15da3d9d7a8652b755e9ac7f46b490c29fc0b2 /CHANGES.current
parent3e188e508d877e9c459a4fa09425456c17d7cf97 (diff)
downloadswig-5481270c2a53add0cf9f7a01044a25a6b3013aaf.tar.gz
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
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current5
1 files changed, 5 insertions, 0 deletions
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.