summaryrefslogtreecommitdiffstats
path: root/Lib/dummy_threading.py
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2007-01-25 23:30:39 (GMT)
committerBrett Cannon <bcannon@gmail.com>2007-01-25 23:30:39 (GMT)
commit9875ba4d4e96e28c1b1a400d4f67dfc658ab189a (patch)
treea450dd6a3ab21ab5e062d9b21af47e3c4104a7f0 /Lib/dummy_threading.py
parent07e1db317db4605acd5295f02dcfa4943d4a7054 (diff)
downloadcpython-9875ba4d4e96e28c1b1a400d4f67dfc658ab189a.zip
cpython-9875ba4d4e96e28c1b1a400d4f67dfc658ab189a.tar.gz
cpython-9875ba4d4e96e28c1b1a400d4f67dfc658ab189a.tar.bz2
Remove specific mention of my name and email address from modules. Not really
needed and all bug reports should go to the bug tracker, not directly to me. Plus I am not the only person to have edited these files at this point.
Diffstat (limited to 'Lib/dummy_threading.py')
-rw-r--r--Lib/dummy_threading.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/dummy_threading.py b/Lib/dummy_threading.py
index 48f7c4c..81028a3 100644
--- a/Lib/dummy_threading.py
+++ b/Lib/dummy_threading.py
@@ -5,11 +5,6 @@ to not have ``threading`` considered imported. Had ``threading`` been
directly imported it would have made all subsequent imports succeed
regardless of whether ``thread`` was available which is not desired.
-:Author: Brett Cannon
-:Contact: brett@python.org
-
-XXX: Try to get rid of ``_dummy_threading``.
-
"""
from sys import modules as sys_modules