[Python-Dev] Python 3.0b3 documentation typo

Gregory P. Smith greg at krypto.org
Thu Sep 4 06:19:04 CEST 2008


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 <reed at reedobrien.com> wrote:
> 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
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> http://mail.python.org/mailman/options/python-dev/greg%40krypto.org
>


More information about the Python-Dev mailing list