Skip to content

Commit

Permalink
#11725 remove twisted.protocols.dict (#11726)
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Oct 25, 2022
2 parents fb493b4 + 71c9b81 commit ba1550d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 454 deletions.
1 change: 1 addition & 0 deletions src/twisted/newsfragments/11725.removal
@@ -0,0 +1 @@
twisted.protocol.dict, which was deprecated in 17.9, was now removed.
11 changes: 0 additions & 11 deletions src/twisted/protocols/__init__.py
Expand Up @@ -4,14 +4,3 @@
"""
Twisted Protocols: A collection of internet protocol implementations.
"""

from incremental import Version

from twisted.python.deprecate import deprecatedModuleAttribute

deprecatedModuleAttribute(
Version("Twisted", 17, 9, 0),
"There is no replacement for this module.",
"twisted.protocols",
"dict",
)

0 comments on commit ba1550d

Please sign in to comment.