From 5b491253e6952dfb1115ef43e13d1076cb5a5549 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Thu, 28 Mar 2019 15:46:16 +0100 Subject: update doc (remove ref to activestate recipe) --- Lib/test/support/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/test') diff --git a/Lib/test/support/__init__.py b/Lib/test/support/__init__.py index 792ad3e8fe..5bd15a2fea 100644 --- a/Lib/test/support/__init__.py +++ b/Lib/test/support/__init__.py @@ -2978,7 +2978,6 @@ def maybe_get_event_loop_policy(): """Return the global event loop policy if one is set, else return None.""" return asyncio.events._event_loop_policy - # Helpers for testing hashing. NHASHBITS = sys.hash_info.width # number of bits in hash() result assert NHASHBITS in (32, 64) -- cgit v1.2.1