From d701c8cc7cc8b36cb3d0ebba54798cabd71d6224 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 7 Jun 2008 17:56:05 +0000 Subject: [PATCH] Blocked revisions 64016,64018-64019 via svnmerge ........ r64016 | georg.brandl | 2008-06-07 16:16:12 +0000 (Sat, 07 Jun 2008) | 2 lines Register IterableUserDict as a MutableMapping. ........ r64018 | georg.brandl | 2008-06-07 17:03:28 +0000 (Sat, 07 Jun 2008) | 2 lines #3057: Fix the MutableMapping ABC to use the 2.6 dict interface. ........ r64019 | georg.brandl | 2008-06-07 17:11:00 +0000 (Sat, 07 Jun 2008) | 2 lines Backport docs for abc module to 2.6. ........