This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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"
History
Date User Action Args
2013-12-19 10:33:38ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, eric.araujo, r.david.murray, jrjsmrtn, python-dev, serhiy.storchaka, d9pouces, markgrandi
2013-12-19 10:33:38ronaldoussorensetmessageid: <1387449218.08.0.295118367305.issue14455@psf.upfronthosting.co.za>
2013-12-19 10:33:38ronaldoussorenlinkissue14455 messages
2013-12-19 10:33:35ronaldoussorencreate