diff options
Diffstat (limited to 'Lib/struct.py')
| -rw-r--r-- | Lib/struct.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Lib/struct.py b/Lib/struct.py index 9bfc23f8d5..d6bba58863 100644 --- a/Lib/struct.py +++ b/Lib/struct.py @@ -1,6 +1,7 @@  __all__ = [      # Functions      'calcsize', 'pack', 'pack_into', 'unpack', 'unpack_from', +    'iter_unpack',      # Classes      'Struct', | 
