Message206594
The attached patch should fix the open issues:
* Negative integers are supported (based on Serhiy's patch), but without
support for 128-bit integer (as per my previous comment)
* Test updates for this
* Updated version tags in the documentation
* Documented the odd behavior for 64-bit unsigned values larger than the
largest 64-bit signed value.
* Raise TypeError when trying to write an object that isn't supported
(with test)
* Raise OverflowError when trying to write an integer that cannot be
represented in a binary plist
* Add entry to "What's New" |
|
| Date |
User |
Action |
Args |
| 2013-12-19 10:33:38 | ronaldoussoren | set | recipients:
+ ronaldoussoren, ned.deily, eric.araujo, r.david.murray, jrjsmrtn, python-dev, serhiy.storchaka, d9pouces, markgrandi |
| 2013-12-19 10:33:38 | ronaldoussoren | set | messageid: <[email protected]> |
| 2013-12-19 10:33:38 | ronaldoussoren | link | issue14455 messages |
| 2013-12-19 10:33:35 | ronaldoussoren | create | |
|