third_party.pylibs.pylint.src/pylint/test/messages/func_raw_escapes.txt

4 lines
315 B
Plaintext
Raw Normal View History

W: 5: Anomalous Unicode escape in byte string: '\u'. String constant might be missing an r or u prefix.
W: 6: Anomalous Unicode escape in byte string: '\U'. String constant might be missing an r or u prefix.
W: 7: Anomalous Unicode escape in byte string: '\N'. String constant might be missing an r or u prefix.