Ticket Change Details
Overview

Artifact ID: b8060bad42bcb7299d9f753724aabc842545e4970077660a4ca41a50ab56b9b2
Ticket: 550d6360c9e6767f7c93fc3d70398091f3d7afb4
Most demos not working with Tcl/Tk 9
User & Date: anonymous on 2025-10-15 18:19:28
Changes

  1. icomment:
    The errors occur on ex. Windows11, Debian 12.6 and SuseLeap 15.6.
    
    If changing the following line in demo read_blocking_website.tcl
    
    `chan configure $ch -blocking 1 -buffering line -buffersize 16384 -encoding utf-8 -translation {auto crlf}`
    
    to
    
    `chan configure $ch -blocking 1 -buffering line -buffersize 16384 -encoding utf-8 -translation {auto crlf} -profile tcl8`
    
    the demo works on above mentioned systems using Tcl 9.0.2 and tls2.0b2.
    
  2. login: "anonymous"
  3. mimetype: "text/x-markdown"