mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #8404: Fix set operations on dictionary views.
This commit is contained in:
parent
04b99cc68d
commit
268e4872d3
3 changed files with 69 additions and 3 deletions
|
@ -28,6 +28,8 @@ Core and Builtins
|
|||
|
||||
- Issue #7072: isspace(0xa0) is true on Mac OS X
|
||||
|
||||
- Issue #8404: Fixed set operations on dictionary views.
|
||||
|
||||
Library
|
||||
-------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue