Opened at 2019-04-18T12:10:54Z
Closed at 2019-05-10T12:57:34Z
#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:1 Changed at 2019-04-18T12:28:43Z by heartsucker
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.
PR https://github.com/tahoe-lafs/tahoe-lafs/pull/603