Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Address the review of AA-Turner (using suggestion batching)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
arhadthedev and AA-Turner authored Jun 4, 2022
commit b70bf5af16f0a4158fdb003d2af8f6a2d8a7a4ea
4 changes: 2 additions & 2 deletions Lib/test/mock_socket.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Mock socket module used by smtplib tests.
"""Mock socket module used by the smtplib tests.
"""

# imported for _GLOBAL_DEFAULT_TIMEOUT
Expand Down Expand Up @@ -33,7 +33,7 @@ def close(self):


class MockSocket:
"""Mock socket object used by smtplib tests.
"""Mock socket object used by the smtplib tests.
"""
def __init__(self, family=None):
global _reply_data
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The :mod:`smtpd` dead battery was removed as slated by :pep:`594`.
The :mod:`smtpd` module was removed per the schedule in :pep:`594`.