[issue30354] Change data model documentation to zero-argument super()

2017-05-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the PR and the backports, Cheryl :) -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker __

[issue30354] Change data model documentation to zero-argument super()

2017-05-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ad13d54646d189cea8e6f7a9bc4a87e20df33ac4 by Mariatta (csabella) in branch '3.6': bpo-30354: Update data model documentation for super() (GH-1561) (GH-1868) https://github.com/python/cpython/commit/ad13d54646d189cea8e6f7a9bc4a87e20df33ac4 --

[issue30354] Change data model documentation to zero-argument super()

2017-05-30 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 75ea91bb736f2a061a3ebc689ff17629bdc15568 by Mariatta (csabella) in branch '3.5': bpo-30354: Update data model documentation for super() (GH-1561) (GH-1869) https://github.com/python/cpython/commit/75ea91bb736f2a061a3ebc689ff17629bdc15568 --

[issue30354] Change data model documentation to zero-argument super()

2017-05-30 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> backport needed versions: +Python 3.5, Python 3.6 ___ Python tracker ___ ___ Python-bugs-li

[issue30354] Change data model documentation to zero-argument super()

2017-05-30 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1952 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30354] Change data model documentation to zero-argument super()

2017-05-30 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1951 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30354] Change data model documentation to zero-argument super()

2017-05-14 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 12b1c180986fc744331b8f30d3d2f49a0fdb43dd by Nick Coghlan (csabella) in branch 'master': bpo-30354: Update data model documentation for super() (GH-1561) https://github.com/python/cpython/commit/12b1c180986fc744331b8f30d3d2f49a0fdb43dd -- n

[issue30354] Change data model documentation to zero-argument super()

2017-05-12 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1659 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30354] Change data model documentation to zero-argument super()

2017-05-12 Thread Cheryl Sabella
New submission from Cheryl Sabella: Update data model documentaion to reflect the zero-argument form of super(). -- assignee: docs@python components: Documentation messages: 293566 nosy: csabella, docs@python priority: normal severity: normal status: open title: Change data model documen