Issue #8404: Fix set operations on dictionary views.

This commit is contained in:
Alexandre Vassalotti 2010-05-04 03:21:51 +00:00
parent 04b99cc68d
commit 268e4872d3
3 changed files with 69 additions and 3 deletions

View file

@ -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
-------