Neal Norwitz
eaa16f9737
Try to fix test_plistlib so it uses bytes consistently in this call
2007-08-30 06:37:08 +00:00
Guido van Rossum
cd869d8d41
SF patch# 1769016 by James Brotchie.
...
Change plistlib to use bytes instead of strings.
Fix test_plistlib accordingly.
2007-08-07 14:26:40 +00:00
Guido van Rossum
ef87d6ed94
Rip out all the u"..." literals and calls to unicode().
2007-05-02 19:09:54 +00:00
Just van Rossum
2dae7646c3
On second thought: "Errors should never pass silently", so barf when a
...
string contains control chars that are illegal for XML
2004-11-12 09:36:12 +00:00
Just van Rossum
48ecaccf9e
testing control chars and non-dict root objects
2004-11-12 08:34:32 +00:00
Just van Rossum
fc93e17598
- Added tests for the string load/dump function.
...
- Added a chunk of plist data as generated by Cocoa's NSDictionary and
verify we output the same (including formatting)
- Changed the "literal" plist code to match the raw test data
2004-10-26 11:02:08 +00:00
Just van Rossum
16c3e08931
use new readPlist() and writePlist() functions
2004-10-02 14:06:18 +00:00
Just van Rossum
bcc58e87e8
- added (c)StringIO tests; cStringIO usage failed in the previous
...
version of plistlib.py (r1.2)
2003-07-01 20:22:30 +00:00
Tim Peters
669454e9dc
Whitespace normalization.
2003-03-07 17:30:48 +00:00
Jack Jansen
838e76af2c
Test suite for the plistlib module.
2003-02-25 12:58:58 +00:00