Delete temp-file when done.
Fixes: debbugs:15647
+2013-11-23 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
+
+ * progmodes/python.el (python-shell--save-temp-file):
+ Delete temp-file when done. (Bug#15647)
+
2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
* vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
(with-temp-file temp-file-name
(insert "# -*- coding: utf-8 -*-\n") ;Not needed for Python-3.
(insert string)
+ (insert (format "\n\nimport os ; os.remove('''%s''')\n"
+ temp-file-name))
(delete-trailing-whitespace))
temp-file-name))