]> granicus.if.org Git - python/commit
(py-execute-file, py-execute-import-or-reload): Use a Python `raw'
authorBarry Warsaw <barry@python.org>
Thu, 24 Sep 1998 23:48:40 +0000 (23:48 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 24 Sep 1998 23:48:40 +0000 (23:48 +0000)
commit02e5f69c9000af28e2af1d50ede17008bcfb671a
tree64820e9e5de118f0c57837fe98911668f360957d
parentf7d77009c189c18aa76c24e8f43f23b71bee262b
(py-execute-file, py-execute-import-or-reload): Use a Python `raw'
string in the argument to execfile() so a Windows temp directory
named, e.g. c:\\tmp doesn't get interpreted as a file name with an
embedded tab!  (given by C. Waldman).
Misc/python-mode.el