File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ Core and builtins
4545Extension Modules
4646-----------------
4747
48- - Patch #1493701: performance enhancements for struct module.
49-
5048- Patch #1490224: time.altzone is now set correctly on Cygwin.
5149
5250- Patch #1435422: zlib's compress and decompress objects now have a
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ GLHACK=-Dclear=__GLclear
167167# array arraymodule.c # array objects
168168# cmath cmathmodule.c # -lm # complex math library functions
169169# math mathmodule.c # -lm # math library functions, e.g. sin()
170- # _struct _struct .c # binary structure packing/unpacking
170+ # struct structmodule .c # binary structure packing/unpacking
171171# time timemodule.c # -lm # time operations and variables
172172# operator operator.c # operator.add() and similar goodies
173173# _weakref _weakref.c # basic weak reference support
You can’t perform that action at this time.
0 commit comments