thanks. in general report all issues even ones like this on
bugs.python.org rather than on a mailing list where they can get lost.
i've fixed this trivial one in py3k svn r66207.
On Wed, Sep 3, 2008 at 8:16 PM, Reed O'Brien <[EMAIL PROTECTED]> wrote:
> I was reading through the Dictionary views
I was reading through the Dictionary views section:
http://docs.python.org/dev/3.0/library/stdtypes.html#dictionary-view-objects
Unless I am mistaken; the intersection at the end of the example usage
should be:
>>> keys & {'eggs', 'bacon', 'salad'}
{'bacon'}
Cheers,
~ro
___