diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-01-25 23:30:39 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-01-25 23:30:39 (GMT) |
commit | 9875ba4d4e96e28c1b1a400d4f67dfc658ab189a (patch) | |
tree | a450dd6a3ab21ab5e062d9b21af47e3c4104a7f0 /Lib/_strptime.py | |
parent | 07e1db317db4605acd5295f02dcfa4943d4a7054 (diff) | |
download | cpython-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/_strptime.py')
-rw-r--r-- | Lib/_strptime.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/_strptime.py b/Lib/_strptime.py index 0d7dec4..baafe9a 100644 --- a/Lib/_strptime.py +++ b/Lib/_strptime.py @@ -22,9 +22,6 @@ try: except: from dummy_thread import allocate_lock as _thread_allocate_lock -__author__ = "Brett Cannon" -__email__ = "brett@python.org" - __all__ = ['strptime'] def _getlang(): |