[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Objects dictobject.c,2.65,2.66

Barry A. Warsaw barry@digicool.com
Thu, 30 Nov 2000 10:23:21 -0500


>>>>> "GvR" == Guido van Rossum <guido@python.org> writes:

    GvR> Aargh!  I thought I told you to submit a patch (to SF), not
    GvR> to check it in.

    GvR> The code looks okay but we'll have to discuss whether we
    GvR> really want all three (as opposed to only firstitem()).  I'm
    GvR> also not sure whether KeyError might be a better exception.

    GvR> Don't touch it for now, but let's think this over a bit.

And don't forget that when we /do/ decide on the right thing, that
UserDict needs to map <ha ha> the change too.

-Barry