W1402 anomalous-unicode-escape-in-stringΒΆ

Message

"Anomalous Unicode escape in byte string: '%s'. String constant might be missing an r or u prefix."

Description

Used when an escape like u is encountered in a byte string where it has no effect.