From 05680f30305e98a800ab5603f4a83e0be3de6346 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 21 Feb 2021 23:49:47 +0100 Subject: [PATCH] NEWS for PR #34678: keys(::Generator) pass through (#39775) --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 36839b41fa989a..e626b7a2761972 100644 --- a/NEWS.md +++ b/NEWS.md @@ -51,6 +51,7 @@ Standard library changes `keep` that are to be kept as they are. ([#38597]). * `getindex` can now be used on `NamedTuple`s with multiple values ([#38878]) * `keys(::RegexMatch)` is now defined to return the capture's keys, by name if named, or by index if not ([#37299]). +* `keys(::Generator)` is now defined to return the iterator's keys ([#34678]) * `RegexMatch` now iterate to give their captures. ([#34355]). #### Package Manager