potassco / clingo

🤔 A grounder and solver for logic programs.
https://potassco.org/clingo
MIT License
599 stars 79 forks source link

remove 'U' mode from test script #415

Closed rkaminsk closed 1 year ago

rkaminsk commented 1 year ago

If a file is opened in text mode, Python 3 replaces different newline sequences by default with '\n'. It is no longer necessary to add 'U' to the mode.