Ticket #5789 task new
Remove usage of UserDict
| Reported by: | thijs | Owned by: | vperic |
|---|---|---|---|
| Priority: | lowest | Milestone: | Python-3.x |
| Component: | core | Keywords: | py3k |
| Cc: | thijs | Branch: | |
| Author: | Launchpad Bug: |
Description (last modified by thijs) (diff)
Remove usage of UserDict once Python 2.6 support is dropped completely (or manhole.explorer or protocols.postfix are ported to python 3).
twisted/protocols/postfix.py:import UserDict twisted/protocols/postfix.py: UserDict.UserDict): twisted/manhole/explorer.py:import UserDict twisted/manhole/explorer.py:class Pool(UserDict.UserDict):
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

