Skip to content

Commit c5dcf49

Browse files
author
bob.ippolito
committed
revert #1493701
git-svn-id: http://svn.python.org/projects/python/trunk@46141 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 58402fc commit c5dcf49

5 files changed

Lines changed: 276 additions & 416 deletions

File tree

Lib/struct.py

Lines changed: 0 additions & 76 deletions
This file was deleted.

Misc/NEWS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ Core and builtins
4545
Extension 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

Modules/Setup.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)