Version 2 of Changes in Tcl/Tk 8.4.12

Updated 2005-12-05 16:39:21

Updated packages

  • http 2.5.2

Tcl: Changed behavior

The package ifneeded commands in the index scripts of packages are now checked during package require to verify that the $script in

   package ifneeded $pkg $version $script

actually provides version $version of package $pkg. If not, a warning is logged using tclLog. Use these warnings to fix broken packages.


Category Documentation