Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: db815c77304aa2e2def9f60adb074612d93c24dd
Ticket: d8381474adfdb54ee6ddfd33207865236c4a9a28
Wrong description in manual at dict for, the order of the arguments
User & Date: anonymous 2017-08-01 14:19:22
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    In dict manual at "dict for"
    The order of the arguments is wrong.
    
    http://www.tcl.tk/man/tcl/TclCmd/dict.htm#M12
    
    Wrong:
    dict for {keyVariable valueVariable} dictionaryValue body
    
    Correct
    dict for  dictionaryValue {keyVariable valueVariable}body 
    
    Greg
    
  5. foundin changed to: "8.6.6"
  6. is_private changed to: "0"
  7. login: "anonymous"
  8. priority changed to: "5 Medium"
  9. resolution changed to: "None"
  10. severity changed to: "Minor"
  11. status changed to: "Open"
  12. submitter changed to: "anonymous"
  13. subsystem changed to: "16. Commands A-H"
  14. title changed to:
    Wrong description in manual at dict for, the order of the arguments
    
  15. type changed to: "Bug"