Skip to content
Snippets Groups Projects
  • Willian Padovani Germano's avatar
    36bd6379
    BPython - two small fixes: · 36bd6379
    Willian Padovani Germano authored
    -- search/remove '\r' from string buffers read from scripts:
        used a fast way: change each '\r' to a space, since it should
        work for scripts and the buffer is only needed for a short while.
    -- added call to clear error indicator before running a script.
        A previous script may set it even on succesful returns.
    36bd6379
    History
    BPython - two small fixes:
    Willian Padovani Germano authored
    -- search/remove '\r' from string buffers read from scripts:
        used a fast way: change each '\r' to a space, since it should
        work for scripts and the buffer is only needed for a short while.
    -- added call to clear error indicator before running a script.
        A previous script may set it even on succesful returns.