1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

boulder-oracle-sprint: Merged to [5078]

git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Boulder Sprinters
2007-04-25 18:20:25 +00:00
parent 62ba18d750
commit 61bef9bbfd
51 changed files with 2925 additions and 2411 deletions

View File

@@ -52,6 +52,8 @@
'not one'
>>> d.keys() == d.copy().keys()
True
>>> print repr(d)
{'one': 'not one', 'two': 'two', 'three': 'three'}
### DotExpandedDict ############################################################