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 jfortier
Recipients jfortier
Date 2013-03-04.20:33:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362429215.6.0.797287296233.issue17353@psf.upfronthosting.co.za>
In-reply-to
Content
To reproduce:
import plistlib
print plistlib.writePlistToString([[[[[[[[[{'test': plistlib.Data('aaaaaa')}]]]]]]]]])

Compare to:
print plistlib.writePlistToString([[[[[[[[{'test': Data('aaaaaa')}]]]]]]]])

It looks like the max line length calculation in the Data class is causing the output to be empty once you get nested far enough.
History
Date User Action Args
2013-03-04 20:33:35jfortiersetrecipients: + jfortier
2013-03-04 20:33:35jfortiersetmessageid: <1362429215.6.0.797287296233.issue17353@psf.upfronthosting.co.za>
2013-03-04 20:33:35jfortierlinkissue17353 messages
2013-03-04 20:33:35jfortiercreate