[issue11936] plistlib.writePlistToBytes does not exist on 2.6 (osx) and documentation does not include information about version

2011-04-27 Thread Ned Deily
Ned Deily 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 chang

[issue11936] plistlib.writePlistToBytes does not exist on 2.6 (osx) and documentation does not include information about version

2011-04-27 Thread sorin
New submission from sorin : On OS X (10.6) with Python 2.6 import plistlib plistlib.writePlistToBytes(dict()) AttributeError: 'module' object has no attribute 'writePlistToBytes' Python documentation contains no information regarding when writePlistToBytes was add. http://docs.python.org/dev