Problems with string escaping in REPL

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Problems with string escaping in REPL

Post by deshipu » Wed May 11, 2016 2:24 pm

I just tried to print a backslash in the REPL, and I can't seem to...

Code: Select all

>>> print('\\')
... 
... 
... 
...
No matter how many times I press Enter, it never gets executed.

Damien
Site Admin
Posts: 647
Joined: Mon Dec 09, 2013 5:02 pm

Re: Problems with string escaping in REPL

Post by Damien » Wed May 11, 2016 3:07 pm

It's a bug. Should be fixed in latest master.

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: Problems with string escaping in REPL

Post by deshipu » Wed May 11, 2016 6:03 pm

Thank you! Verified fixed. Works great.

Post Reply