[issue17881] plistlib.writePlist documentation clarification for file object

2013-04-30 Thread Lance Helsten
New submission from Lance Helsten: plistlib.writePlist documentation states """Write 'rootObject' to a .plist file. 'pathOrFile' may either be a file name or a (writable) file object.""", but if a text IO object is given for the pathOrFile ob

[issue15973] Segmentation fault on timezone comparison

2012-09-19 Thread Lance Helsten
New submission from Lance Helsten: In the 3.2.3 interpreter execute the following line: `None == datetime.timezone(datetime.timedelta())` The interpreter will crash with a `Segmentation fault: 11`. -- assignee: ronaldoussoren components: Macintosh files: CoreDump.txt messages