Skip to content

Commit

Permalink
remove twisted.protocols.dict
Browse files Browse the repository at this point in the history
  • Loading branch information
eevel authored and twm committed Oct 25, 2022
1 parent fb493b4 commit 71c9b81
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 71c9b81

Please sign in to comment.