summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-11 09:33:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-11 09:33:35 (GMT)
commita284f6ce98ab3ba17bfef4ba1216feac2c720633 (patch)
treeef7663727e70f36e3cb47a4137119cd18e4682b3 /doc
parent06d40a2add362702cee3dd03ab5a9b1ae13805b8 (diff)
parent61616431840c438a6934e3745b7b422f2a1d53c8 (diff)
downloadtcl-a284f6ce98ab3ba17bfef4ba1216feac2c720633.zip
tcl-a284f6ce98ab3ba17bfef4ba1216feac2c720633.tar.gz
tcl-a284f6ce98ab3ba17bfef4ba1216feac2c720633.tar.bz2
Allow unstable Tcl releases to use unstable packages by default (this makes "package require Tk" find the expected 8.7a0 version in stead of 8.6). Make many "package" test-cases work even when the environment variable TCL_PKG_PREFER_LATEST is set.
Diffstat (limited to 'doc')
-rw-r--r--doc/package.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/package.n b/doc/package.n
index a6a972f..47b2aa6 100644
--- a/doc/package.n
+++ b/doc/package.n
@@ -283,8 +283,8 @@ error.
.PP
When an interpreter is created, its initial selection mode value is set to
.QW stable
-unless the environment variable \fBTCL_PKG_PREFER_LATEST\fR
-is set. If that environment variable is defined (with any value) then
+unless the environment variable \fBTCL_PKG_PREFER_LATEST\fR is set
+(to any value) or the Tcl package itself is unstable. Otherwise
the initial (and permanent) selection mode value is set to
.QW latest .
.RE