diff options
author | Guido van Rossum <guido@python.org> | 2006-02-25 22:38:04 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2006-02-25 22:38:04 +0000 |
commit | 1968ad32cd7f46d9bb64826672ef68cdaee35288 (patch) | |
tree | c46db5a446d9de18fb8436408ec29d2111a2f5ad /Python/exceptions.c | |
parent | ab51f5f24d6f6edef5e8fac5e31b2e4ac0cbdbac (diff) | |
download | cpython-git-1968ad32cd7f46d9bb64826672ef68cdaee35288.tar.gz |
- Patch 1433928:
- The copy module now "copies" function objects (as atomic objects).
- dict.__getitem__ now looks for a __missing__ hook before raising
KeyError.
- Added a new type, defaultdict, to the collections module.
This uses the new __missing__ hook behavior added to dict (see above).
Diffstat (limited to 'Python/exceptions.c')
0 files changed, 0 insertions, 0 deletions