Tags: patch This addresses the case where you do 'C-c C-l' (python-shell-send-file) and the selected file is in a different machine than the Python process. (This is different from a patch I sent a while back, which concerned non-interactive use and ensured that the temp files were created in the right machine.) And I think this would be the last change I have to propose in the Python shell for the time being. Thanks!