[issue17881] plistlib.writePlist documentation clarification for file object

2013-04-30 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report! -- assignee: -> ezio.melotti components: +Documentation nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.3, Python 3.4 -Python 3.2 ___

[issue17881] plistlib.writePlist documentation clarification for file object

2013-04-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6e9d21761fc1 by Ezio Melotti in branch '3.3': #17881: clarify documentation of plistlib. http://hg.python.org/cpython/rev/6e9d21761fc1 New changeset 1ec6d3cc217d by Ezio Melotti in branch 'default': #17881: merge with 3.3. http://hg.python.org/cpyth

[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 object (e.g. ``io.TextIOBase`` or ``sys.stdout``) a ``