diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-04 07:53:29 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-04 07:53:29 (GMT) |
commit | 7a336496efb78e738b2f7695aac8a1bf7e6665be (patch) | |
tree | eece7a1d4c442d1550a904a7f2188f660f097093 | |
parent | b47bad5a7bbc12dc1ce57471c936ef7edb6bc993 (diff) | |
download | tcl-7a336496efb78e738b2f7695aac8a1bf7e6665be.zip tcl-7a336496efb78e738b2f7695aac8a1bf7e6665be.tar.gz tcl-7a336496efb78e738b2f7695aac8a1bf7e6665be.tar.bz2 |
Added missing bug number
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ * generic/tclDictObj.c (TraceDictPath, Tcl_DictObjPutKeyList): Add support for automatic creation of dictionary paths since that is - what everyone seems to actually expect of the API! + what everyone seems to actually expect of the API! [Bug 1037235] (Tcl_DictObjNext): Make calling this after Tcl_DictObjDone non-fatal as that simplifies a number of internal APIs. This doesn't break any existing working code as it is a case which previously caused a panic. |