Tk Source Code

View Ticket
Login
Ticket UUID: 521560
Title: safe test failures
Type: Bug Version: obsolete: 8.4a4
Submitter: dgp Created on: 2002-02-22 18:43:40
Subsystem: 61. Safe Tk Assigned To: hobbs
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2002-02-23 02:53:05
Resolution: Fixed Closed By: hobbs
    Closed on: 2002-02-22 19:53:05
Description:
starting today, almost all tests in
tests/safe.test fail with the error

"Can't find a usable tk.tcl in the following
directories:
    {$p(:20:)}"
User Comments: hobbs added on 2002-02-23 02:53:05:
Logged In: YES 
user_id=72656

this was due to seemingly inane, arbitrary limitations in 
the CheckFileName safe interp proc (used by the aliased 
source command).  I've removed those limitations.