]> granicus.if.org Git - python/commitdiff
- Modules/Setup.dist: Add _bisect
authorMatthias Klose <doko@ubuntu.com>
Thu, 27 Nov 2008 09:53:28 +0000 (09:53 +0000)
committerMatthias Klose <doko@ubuntu.com>
Thu, 27 Nov 2008 09:53:28 +0000 (09:53 +0000)
Modules/Setup.dist

index 0bad946e8d53d474491eab3bca47b59aa560a064..71529e7df92cfb245e047cda76ad6ec25abca59f 100644 (file)
@@ -168,6 +168,7 @@ _symtable symtablemodule.c
 #_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI _elementtree.c        # elementtree accelerator
 #_pickle _pickle.c     # pickle accelerator
 #datetime datetimemodule.c     # date/time type
+#_bisect _bisectmodule.c       # Bisection algorithms
 
 #unicodedata unicodedata.c    # static Unicode character database