summaryrefslogtreecommitdiffstats
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-05-05 20:14:35 (GMT)
committerGuido van Rossum <guido@python.org>1991-05-05 20:14:35 (GMT)
commiteb4361af6cd3770c18db9307f0b4112c72679225 (patch)
tree4e69231a02653b8cdcada6e8a7b3d1321186cbf7 /Python/sysmodule.c
parent541c8c0b2ef043e096e2e9f03136b20ab6ae5887 (diff)
downloadcpython-eb4361af6cd3770c18db9307f0b4112c72679225.zip
cpython-eb4361af6cd3770c18db9307f0b4112c72679225.tar.gz
cpython-eb4361af6cd3770c18db9307f0b4112c72679225.tar.bz2
Defined path delimiter for MS-DOS as semicolon
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r--Python/sysmodule.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index ececf72..35550ad 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -49,6 +49,10 @@ Data members:
#define DELIM ' '
#endif
+#ifdef MSDOS
+#define DELIM ';'
+#endif
+
#ifndef DELIM
#define DELIM ':'
#endif
alue='bug_3606683'>bug_3606683 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/tests/cmdIL.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-28 23:22:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-28 23:22:36 (GMT)
commit3f9c403daa87772cfc14b14c526209bf611553f4 (patch)
tree4b28336c18397a0d59174b25eae6e7bec8051c40 /tests/cmdIL.test
parent4562f64b892a515fb81ace2907ceea4f4185ef32 (diff)
parenta8b104c3b5ef5cf3721b20a37d48360b90f77a10 (diff)
downloadtcl-3f9c403daa87772cfc14b14c526209bf611553f4.zip
tcl-3f9c403daa87772cfc14b14c526209bf611553f4.tar.gz
tcl-3f9c403daa87772cfc14b14c526209bf611553f4.tar.bz2
[Bug 3549770] Multiple test failures running tcltest outside build tree