[Python-Dev] Python 3.0b3 documentation typo (original) (raw)
Reed O'Brien reed at reedobrien.com
Thu Sep 4 05:16:31 CEST 2008
- Previous message: [Python-Dev] [Python-3000] bsddb finished for 2.6/3.0 (and "<class 'BytesWarning'>: str() on a bytes instance")
- Next message: [Python-Dev] Python 3.0b3 documentation typo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] [Python-3000] bsddb finished for 2.6/3.0 (and "<class 'BytesWarning'>: str() on a bytes instance")
- Next message: [Python-Dev] Python 3.0b3 documentation typo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]