[Python-ideas] Contiguous-array-based ordering for OrderedDict
Laura Creighton
lac at openend.se
Tue Dec 15 09:53:20 EST 2015
In a message of Tue, 15 Dec 2015 04:09:55 -0500, "Franklin? Lee" writes:
>I did. It is in a pastebin link in my original message, based on the
>3.5.0 Python (not C) version of OrderedDict. I was hoping for guidance
>on evaluating it. Maybe it wasn't seen because I used '-'*n to
>separate it from my intro, or maybe pastebin is so disliked that
>people couldn't see it. Here it is again: http://pastebin.com/LESRktJw
That is the problem. We absolutely do not want links to things
like pastebin. We want the code here, as part of the text. 5 years
from now, when other people are scratching their heads saying,
I wonder why Guido decided things the way he did, and whether that
decision can and should be revisited, the first thing we will do is
to go back and read all this discussion. And if the discussion is
about code we can no longer see, because the pastebin has expired,
then we won't be able to learn much.
Anything that matters needs to be part of the archived discussion.
Laura
More information about the Python-ideas
mailing list