1
0
mirror of https://github.com/django/django.git synced 2025-02-08 00:16:31 +00:00
Aymeric Augustin ab6cd1c839 [py3] Updated dict-like data structures for Python 3.
The keys/items/values methods return iterators in Python 3, and the
iterkeys/items/values methods don't exist in Python 3. The behavior
under Python 2 is unchanged.
2012-07-25 22:58:48 +02:00
..
2012-07-20 12:29:22 +02:00