1
0
mirror of https://github.com/django/django.git synced 2025-02-10 01:16:53 +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-25 13:20:26 +07:00