Message206594
| Author |
ronaldoussoren |
| Recipients |
d9pouces, eric.araujo, jrjsmrtn, markgrandi, ned.deily, python-dev, r.david.murray, ronaldoussoren, serhiy.storchaka |
| Date |
2013年12月19日.10:33:35 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1387449218.08.0.295118367305.issue14455@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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" |
|