diff options
author | Petri Lehtinen <petri@digip.org> | 2012-02-21 11:59:34 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-02-21 11:59:40 (GMT) |
commit | 8b24506534860b6c1cfa7f53c40113d502f4c78f (patch) | |
tree | 6ee951cd4c9865f21a3323be82ff94bb18a8b727 /Misc | |
parent | 307da2b07040d0eea179cf989e3de8d9e75a9b2f (diff) | |
parent | 4fe85abab9f0188733e654a72353217b43f95920 (diff) | |
download | cpython-8b24506534860b6c1cfa7f53c40113d502f4c78f.zip cpython-8b24506534860b6c1cfa7f53c40113d502f4c78f.tar.gz cpython-8b24506534860b6c1cfa7f53c40113d502f4c78f.tar.bz2 |
Merge branch '3.2'
Closes #8033.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -242,6 +242,7 @@ Konrad Delong Erik Demaine John Dennis Roger Dev +Philippe Devalkeneer Raghuram Devarakonda Caleb Deveraux Catherine Devlin @@ -479,6 +479,9 @@ Core and Builtins Library ------- +- Issue #8033: sqlite3: Fix 64-bit integer handling in user functions + on 32-bit architectures. Initial patch by Philippe Devalkeneer. + - HTMLParser is now able to handle slashes in the start tag. - Issue #13641: Decoding functions in the base64 module now accept ASCII-only |