You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always print values as strings instead of Python literals. This
massively simplifies the parsing in scripts. Only newlines are escaped
with backslash continuations. It now mostly resembles INI files that are
parsed by many other tools and libraries.
0 commit comments