summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-02-28 21:41:30 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-02-28 21:41:30 (GMT)
commit87a8b4fee56b8204ee9f7b0ce2e5db0564e8f86e (patch)
tree948a60d492ea6fbb64c7a2e3a6f8af04a906d3e6 /Python
parentcd8ca8092f5ccdafe80e81488baf867041afc2b1 (diff)
downloadcpython-87a8b4fee56b8204ee9f7b0ce2e5db0564e8f86e.zip
cpython-87a8b4fee56b8204ee9f7b0ce2e5db0564e8f86e.tar.gz
cpython-87a8b4fee56b8204ee9f7b0ce2e5db0564e8f86e.tar.bz2
unparse.py can now unparse itself.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions
on value='bug_3530536'>bug_3530536 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordas <das>2005-12-14 02:10:17 (GMT)
committerdas <das>2005-12-14 02:10:17 (GMT)
commit395a015365e40d2f826658b1216096a6f110f064 (patch)
tree5184e88fae8d2d42e9a5b69d4405bb9fedca70da /doc
parent02b4f5f29a47603fed5faa0d5fe64f5a398940cc (diff)
downloadtcl-395a015365e40d2f826658b1216096a6f110f064.zip
tcl-395a015365e40d2f826658b1216096a6f110f064.tar.gz
tcl-395a015365e40d2f826658b1216096a6f110f064.tar.bz2
* unix/configure.in: run check for fts API on all platforms, since Linux
glibc2 and *BSDs also have this and using fts is more efficient than recursive opendir/readdir (sync with HEAD). * unix/configure: regen.