From 773f347e7c9572b0f8a8797eff2f423397885c8b Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Sun, 3 Feb 2008 08:01:46 +0000 Subject: remove a repeated occurance of a hardcoded berkeleydb library version number --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dace7ca..4bc6f8c 100644 --- a/setup.py +++ b/setup.py @@ -727,10 +727,10 @@ class PyBuildExt(build_ext): for dn in inc_dirs: std_variants.append(os.path.join(dn, 'db3')) std_variants.append(os.path.join(dn, 'db4')) - for x in (0,1,2,3,4,5,6): + for x in range(max_db_ver[1]+1): std_variants.append(os.path.join(dn, "db4%d"%x)) std_variants.append(os.path.join(dn, "db4.%d"%x)) - for x in (2,3): + for x in (3,): std_variants.append(os.path.join(dn, "db3%d"%x)) std_variants.append(os.path.join(dn, "db3.%d"%x)) -- cgit v0.12 rm.submit();'> Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/doc/StringObj.3
Commit message (Expand)AuthorAgeFilesLines
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * doc/AddErrInfo.3: Improved consistency of documentationdgp2003-07-181-2/+2
* | | Clarify documentation of format/args checking in Tcl_ObjPrintf. Thanks to Bra...ferrieux2011-01-191-2/+5
* | | Fix for immediate problem in [Bug 2089279].dkf2009-04-101-3/+3
* | | Formatting cleanup.dkf2008-12-181-8/+8
* | | Lots of very minor formatting fixes.dkf2008-10-15