mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
#12665: merge with 3.2
This commit is contained in:
@@ -2329,7 +2329,7 @@ An example of dictionary view usage::
|
||||
>>> keys & {'eggs', 'bacon', 'salad'}
|
||||
{'bacon'}
|
||||
>>> keys ^ {'sausage', 'juice'}
|
||||
{'juice', 'eggs', 'bacon', 'spam'}
|
||||
{'juice', 'sausage', 'bacon', 'spam'}
|
||||
|
||||
|
||||
.. _typememoryview:
|
||||
|
||||
Reference in New Issue
Block a user