Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Whitespace
Co-authored-by: AN Long <[email protected]>
  • Loading branch information
hugovk and aisk authored Sep 15, 2025
commit 6e015340cc52f5cfd30667fc5da52e12bd28257e
1 change: 1 addition & 0 deletions Lib/test/test_socketserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,5 +520,6 @@ def test_deprecated__version__(self):
getattr(socketserver, "__version__")
self.assertEqual(cm.filename, __file__)

Comment thread
hugovk marked this conversation as resolved.

if __name__ == "__main__":
unittest.main()
Loading