Skip to content

Commit 9ae6fa9

Browse files
authored
NEWS for PR #34678: keys(::Generator) pass through (#39775)
1 parent 9c31a1b commit 9ae6fa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Standard library changes
5151
`keep` that are to be kept as they are. ([#38597]).
5252
* `getindex` can now be used on `NamedTuple`s with multiple values ([#38878])
5353
* `keys(::RegexMatch)` is now defined to return the capture's keys, by name if named, or by index if not ([#37299]).
54+
* `keys(::Generator)` is now defined to return the iterator's keys ([#34678])
5455
* `RegexMatch` now iterate to give their captures. ([#34355]).
5556

5657
#### Package Manager

0 commit comments

Comments
 (0)