This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cwee
Recipients cwee, docs@python
Date 2017-08-02.19:06:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501700761.19.0.284106835354.issue31110@psf.upfronthosting.co.za>
In-reply-to
Content
Starting with 3.4, the docs for plistlib have had a typo:
https://docs.python.org/3.4/library/plistlib.html#plistlib.readPlist
https://docs.python.org/3.5/library/plistlib.html#plistlib.readPlist
https://docs.python.org/3.6/library/plistlib.html#plistlib.readPlist
https://docs.python.org/3.7/library/plistlib.html#plistlib.readPlist

Functions `readPlist` and `readPlistFromBytes` reference the `__getitem_` method, which should be `__getitem__`.

I'd be happy to submit a PR if there's a repo for the site's documentation.
History
Date User Action Args
2017-08-02 19:06:01cweesetrecipients: + cwee, docs@python
2017-08-02 19:06:01cweesetmessageid: <1501700761.19.0.284106835354.issue31110@psf.upfronthosting.co.za>
2017-08-02 19:06:01cweelinkissue31110 messages
2017-08-02 19:06:01cweecreate