[issue25987] collections.abc.Reversible

2016-04-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7d9f7d7a21ae by Georg Brandl in branch 'default': #25987: add versionadded to Reversible. https://hg.python.org/cpython/rev/7d9f7d7a21ae -- ___ Python tracker

[issue25987] collections.abc.Reversible

2016-04-17 Thread Guido van Rossum
Guido van Rossum added the comment: Because it's a change to collections.abc, it goes in 3.6 only. -- ___ Python tracker ___

[issue25987] collections.abc.Reversible

2016-04-17 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: I see that I forgot to include .. versionadded:: in the documentation. Will this go into 3.5.2 or in 3.6? -- assignee: -> docs@python components: +Documentation nosy: +docs@python ___ Python tracker

[issue25987] collections.abc.Reversible

2016-04-04 Thread Guido van Rossum
Guido van Rossum added the comment: Done. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue25987] collections.abc.Reversible

2016-04-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 07f73360ea8e by Guido van Rossum in branch 'default': Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987. https://hg.python.org/cpython/rev/07f73360ea8e -- nosy: +python-dev ___

[issue25987] collections.abc.Reversible

2016-04-04 Thread Guido van Rossum
Guido van Rossum added the comment: Looks good. I'll merge this in a sec. -- ___ Python tracker ___ ___

[issue25987] collections.abc.Reversible

2016-04-02 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: I was not sure whether Andrew is still interested. I made a simple-minded patch following his proposal. I also added tests and changed docs accordingly. Note that I also changed the expected MRO for MutableSequence in one of the functools tests according to

[issue25987] collections.abc.Reversible

2016-03-26 Thread Ivan Levkivskyi
Changes by Ivan Levkivskyi : -- nosy: +levkivskyi ___ Python tracker ___ ___

[issue25987] collections.abc.Reversible

2016-03-25 Thread Guido van Rossum
Guido van Rossum added the comment: Andrew, did you lose interest in this? We now have a PR for typing.py that expects this to be resolved: https://github.com/python/typing/pull/194 -- ___ Python tracker

[issue25987] collections.abc.Reversible

2016-01-01 Thread Andrew Barnert
New submission from Andrew Barnert: This came up as a side issue in the -ideas discussion on deprecating the old-style sequence protocol that came out of Guido's suggestion on https://github.com/ambv/typehinting/issues/170 (http://article.gmane.org/gmane.comp.python.ideas/37599): > I also