mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Implement standard-library-compatible iterators for Dictionary
This commit is contained in:
parent
9e9998c6e5
commit
892124378c
16 changed files with 834 additions and 254 deletions
5
NEWS
5
NEWS
|
@ -343,6 +343,11 @@ Deprecated Functionality
|
|||
*e* and *p*, were named in misleading way (*e* is the modulus)
|
||||
and now deprecated in favor of the new *modulus* and *exponent* parameters.
|
||||
|
||||
- The ``IterCookie`` version of iteration over ``Dictionary`` and ``PDict``
|
||||
objects wars marked as deprecated. It was replaced by standard-library
|
||||
compatible iterators. This enables the use of standard constructs such
|
||||
as ranged-for loops to iterate over those objects.
|
||||
|
||||
Zeek 3.2.0
|
||||
==========
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue