third_party.pylibs.pylint.src/pylint/test/messages/func_raw_escapes.txt
2015-02-14 18:13:20 +02:00

4 lines
315 B
Plaintext

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.