Stop building timing module, it's old and deprecated

This commit is contained in:
Neal Norwitz 2006-03-03 00:48:46 +00:00
parent 26f55a1473
commit 6143c547dd
1 changed files with 3 additions and 1 deletions

View File

@ -423,7 +423,9 @@ class PyBuildExt(build_ext):
exts.append( Extension('syslog', ['syslogmodule.c']) )
# George Neville-Neil's timing module:
exts.append( Extension('timing', ['timingmodule.c']) )
# Deprecated in PEP 4 http://www.python.org/peps/pep-0004.html
# http://mail.python.org/pipermail/python-dev/2006-January/060023.html
#exts.append( Extension('timing', ['timingmodule.c']) )
#
# Here ends the simple stuff. From here on, modules need certain