[issue31988] Saving bytearray to binary plist file doesn't work

2017-12-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Fixed in issue32072. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Issues with binary plists ___ Python tracker __

[issue31988] Saving bytearray to binary plist file doesn't work

2017-11-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31988] Saving bytearray to binary plist file doesn't work

2017-11-08 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : >>> import plistlib >>> plistlib.dumps(bytearray(), fmt=plistlib.FMT_BINARY) Traceback (most recent call last): File "", line 1, in File "/home/serhiy/py/cpython/Lib/plistlib.py", line 962, in dumps dump(value, fp, fmt=fmt, skipkeys=skipkeys, sort_k