[issue31110] Small typo in plistlib docs

2017-08-03 Thread cwee

cwee added the comment:

Just noticed the note was removed in commit edef358ed6d in the latest 3.7 docs. 
Closing issue.

Thanks for the intro on how to contribute though!

--
resolution:  -> out of date
stage: needs patch -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31110] Small typo in plistlib docs

2017-08-03 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

3.4 and 3.5 can take only security fixes. Create a PR for the master branch. 
After merging it the changes can be cherry-picked into the 3.6 branch. See 
details in Python Developer’s Guide (https://docs.python.org/devguide/).

--
stage:  -> needs patch
versions:  -Python 3.4, Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31110] Small typo in plistlib docs

2017-08-03 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

https://github.com/python/cpython

--
nosy: +serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31110] Small typo in plistlib docs

2017-08-02 Thread cwee

New submission from cwee:

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.

--
assignee: docs@python
components: Documentation
messages: 299668
nosy: cwee, docs@python
priority: normal
severity: normal
status: open
title: Small typo in plistlib docs
type: enhancement
versions: Python 3.4, Python 3.5, Python 3.6, Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com