Opened 6 years ago
Closed 6 years ago
#6054 enhancement closed fixed (fixed)
Port twisted.python.util.FancyStrMixin to Python 3
Reported by: | Itamar Turner-Trauring | Owned by: | Itamar Turner-Trauring |
---|---|---|---|
Priority: | normal | Milestone: | Python 3.3 Minimal |
Component: | core | Keywords: | |
Cc: | Branch: |
branches/fancystrmixin-py3-6054
branch-diff, diff-cov, branch-cov, buildbot |
|
Author: | itamarst |
Description
twisted.python.util.FancyStrMixin
is used by twisted.names.dns
, and should therefore be ported to Python 3.
Change History (4)
comment:1 Changed 6 years ago by
Branch: | → branches/fancystrmixin-py3-6054 |
---|---|
Keywords: | review added |
Owner: | set to Jean-Paul Calderone |
comment:2 Changed 6 years ago by
Author: | → itamarst |
---|
(In [35947]) Branching to 'fancystrmixin-py3-6054'
comment:3 Changed 6 years ago by
Keywords: | review removed |
---|---|
Owner: | changed from Jean-Paul Calderone to Itamar Turner-Trauring |
Thanks. Looks good, please merge.
comment:4 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
http://buildbot.twistedmatrix.com/boxes-supported?branch=/branches/fancystrmixin-py3-6054
I improved docstring, wrote some tests; actual implementation hasn't changed.