[Python-Dev] Add reversed methods for dict (original) (raw)
Guido van Rossum guido at python.org
Fri Jun 8 14:38:16 EDT 2018
- Previous message (by thread): [Python-Dev] Add __reversed__ methods for dict
- Next message (by thread): [Python-Dev] Microsoft to acquire GitHub for $7.5 billion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
That sounds right to me. We will then have had two versions where this was the case:
- 3.6 where order preserving was implemented in CPython but in the language spec
- 3.7 where it was also added to the language spec
On Fri, Jun 8, 2018 at 11:05 AM, Michael Selik <mike at selik.org> wrote:
Am I correct in saying that the consensus is +1 for inclusion in v3.8?
The last point in the thread was INADA Naoki researching various implementations and deciding that it's OK to include this feature in 3.8. As I understand it, Guido was in agreement with INADA's advice to wait for MicroPython's implementation of v3.7. Since INADA has changed minds, I'm guessing it's all in favor?
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/ guido%40python.org
-- --Guido van Rossum (python.org/~guido) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20180608/f223d93c/attachment.html>
- Previous message (by thread): [Python-Dev] Add __reversed__ methods for dict
- Next message (by thread): [Python-Dev] Microsoft to acquire GitHub for $7.5 billion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]