#3028 closed defect (fixed)

Change use of unicode/raw string literals

Reported by: heartsucker Owned by:
Priority: normal Milestone: Support Python 3
Component: unknown Version: 1.12.1
Keywords: Cc:
Launchpad Bug:

Description

This is not valid python3:

>>> ur'wat'
  File "<stdin>", line 1
    ur'wat'
          ^
SyntaxError: invalid syntax

Change History (2)

comment:2 Changed at 2019-05-10T12:57:34Z by heartsucker

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.