Fixed #6611 -- When copying a SortedDict, make a new copy of the keys list.
commit189d7c6e7e376d0f4d5c9b1b75fe8c3eec82051f
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Mon, 18 Feb 2008 23:08:51 +0000 (18 23:08 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Mon, 18 Feb 2008 23:08:51 +0000 (18 23:08 +0000)
treeec976f91ac073f507f057d202c58db3141d8df76
parent6c030674b5b115c3be61719a6e71a5b39c3237cc
Fixed #6611 -- When copying a SortedDict, make a new copy of the keys list.
Thanks, Jeremy Dunck.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/utils/datastructures.py
tests/regressiontests/datastructures/tests.py