Opened at 2020-10-01T01:45:36Z
Closed at 2020-10-23T14:30:02Z
#3456 closed task (fixed)
Fold common_py3 back into common
Reported by: | chadwhitacre | Owned by: | chadwhitacre |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | code | Version: | n/a |
Keywords: | review | Cc: | |
Launchpad Bug: |
Description
Change History (4)
comment:1 Changed at 2020-10-01T01:46:19Z by chadwhitacre
- Owner set to chadwhitacre
- Status changed from new to assigned
comment:2 Changed at 2020-10-01T02:13:18Z by chadwhitacre
comment:3 Changed at 2020-10-01T03:33:37Z by chadwhitacre
- Keywords review added
comment:4 Changed at 2020-10-23T14:30:02Z by exarkun
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Reviewing the history of common_py3.py, here is a list of commits to undo:
This isn't simply a revert, however, since the classes have changed since being moved into common_py3. It's the current version of each class that we want to move back. Also, they came from different sources (common, common_util, etc.) and I plan to move them each back where they came from—so this isn't a simple copy/paste into common.py.