Python 3.0b3 documentation typo
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
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@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@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/greg%40krypto.org
participants (2)
-
Gregory P. Smith
-
Reed O'Brien