|
|
Subscribe / Log in / New account

Escape sequences in Python strings

Escape sequences in Python strings

[Development] Posted Aug 7, 2019 19:07 UTC (Wed) by jake

A change for Python 3.8—currently in beta—has produced some user-visible warnings, but the problem is often in code that a user cannot (or should not) change: third-party modules. The problem that the warning is trying to highlight is real, however. The upshot is that the handling of escape sequences (or non escape sequences, in truth) in Python string literals is in a rather messy state at this point.

Full Story (comments: 22)


Copyright © 2019, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds