]> git.eshelyaron.com Git - emacs.git/commit
Work around w32-python-2.x bug to fix prompt detection (Bug#21376)
authorNoam Postavsky <npostavs@gmail.com>
Tue, 15 Aug 2017 21:49:10 +0000 (17:49 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 20 Aug 2017 20:43:37 +0000 (16:43 -0400)
commit9714545675af046d730352eb03dc00e93b6f7d3c
treea29c9435e73ae9e155270c38980f794bd18a463f
parentcdfe1cbca73925800c7be8e7e8073ef86374e654
Work around w32-python-2.x bug to fix prompt detection (Bug#21376)

* lisp/progmodes/python.el (python-shell-prompt-detect): Don't put
carriage returns into the temporary file when running in unbuffered
mode, the w32 build of python 2.7 chokes on them.
lisp/progmodes/python.el