Tcl Source Code

View Ticket
Login
Ticket UUID: e996dea90de8576bc4323d77baca4e78d6bca8f5
Title: Documentation for Tcl_CreateNamespace
Type: RFE Version: 8.6.6
Submitter: anonymous Created on: 2017-01-08 13:19:19
Subsystem: 21. [namespace] Assigned To: nobody
Priority: 5 Medium Severity: Minor
Status: Open Last Modified: 2017-01-08 13:19:19
Resolution: None Closed By: nobody
    Closed on:
Description:
Improve the documentation for the function Tcl_CreateNamespace(3). 

Missing information:

- Parent namespaces are created as well, if they do not already exist
- It is an error to (re)create an existing namespace
- The return value in case of errors is NULL
- An error message is left in interp in case of errors

Attachments: