summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins/2019-10-06-15-01-57.bpo-38210.Xgc6F_.rst
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na92@gmail.com>2019-10-06 11:28:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2019-10-06 11:28:33 (GMT)
commitc38e725d17537b20ff090b1b5ec7db1820ff9b63 (patch)
tree43538ff0c73adcfe30a7db8d28af1a2e24c93436 /Misc/NEWS.d/next/Core and Builtins/2019-10-06-15-01-57.bpo-38210.Xgc6F_.rst
parent65dcc8a8dc41d3453fd6b987073a5f1b30c5c0fd (diff)
downloadcpython-c38e725d17537b20ff090b1b5ec7db1820ff9b63.zip
cpython-c38e725d17537b20ff090b1b5ec7db1820ff9b63.tar.gz
cpython-c38e725d17537b20ff090b1b5ec7db1820ff9b63.tar.bz2
bpo-38210: Fix intersection operation with dict view and iterator. (GH-16602)
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins/2019-10-06-15-01-57.bpo-38210.Xgc6F_.rst')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2019-10-06-15-01-57.bpo-38210.Xgc6F_.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-10-06-15-01-57.bpo-38210.Xgc6F_.rst b/Misc/NEWS.d/next/Core and Builtins/2019-10-06-15-01-57.bpo-38210.Xgc6F_.rst
new file mode 100644
index 0000000..768c6d4
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2019-10-06-15-01-57.bpo-38210.Xgc6F_.rst
@@ -0,0 +1,2 @@
+Remove unecessary intersection and update set operation in dictview with
+empty set. (Contributed by Dong-hee Na in :issue:`38210`.)