Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f031356

Browse files
committed
Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl.
1 parent 6b449ba commit f031356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/struct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = [
22
# Functions
3-
'calcsize', 'pack', 'unpack', 'unpack', 'unpack_from',
3+
'calcsize', 'pack', 'pack_into', 'unpack', 'unpack_from',
44

55
# Classes
66
'Struct',

0 commit comments

Comments
 (0)