Opened 6 years ago
Closed 4 years ago
#7764 defect closed fixed (fixed)
twisted.python.dist isn't a public API and it shouldn't have a public name
Reported by: | Glyph | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Keywords: | deprecation easy |
Cc: | Branch: | ||
Author: |
Description
We should deprecate the public twisted.python.dist
namespace, and put everything into a more obviously private namespace, since this is explicitly not intended for users outside of Twisted to import. Everything that's there should stay in the private module, it just isn't needed for application programmers.
Note: See
TracTickets for help on using
tickets.
Fixed in 8622