Inspired by Lennart Regebro's PyCon 2017 presentation "Prehistoric
Patterns in Python". Available at:
https://www.youtube.com/watch?v=V5-JH23Vk0I
--
Ticket URL: <https://code.djangoproject.com/ticket/28249>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/8563 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/28249#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"21046e77734278cea871dce922220bf29aa5b7b4" 21046e7]:
{{{
#!CommitTicketReference repository=""
revision="21046e77734278cea871dce922220bf29aa5b7b4"
Fixed #28249 -- Removed unnecessary dict.keys() calls.
iter(dict) is equivalent to iter(dict.keys()).
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28249#comment:2>