Ned Deily <n...@acm.org> added the comment:

You are looking at the documentation for Python 3, not Python 2.  For Python 
2.6, you should refer to its documentation: 
http://docs.python.org/release/2.6.6/library/plistlib.html

For Python 3, many references to strings were changed to bytes as part of the 
changing of Unicode strings and 8-bit strings in Python 2 to strings and bytes 
in Python 3.  This was one of them.

----------
assignee: ronaldoussoren -> ned.deily
nosy: +ned.deily
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed
type: behavior -> 
versions:  -Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11936>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to