summaryrefslogtreecommitdiffstats
path: root/Lib/optparse.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-10-06 12:07:04 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-10-06 12:07:04 (GMT)
commitddbce9e84597e4047fa5063fb53ca935e1214448 (patch)
treeb0c9e36e8ccd3f517d55660668165ff2af7fdecd /Lib/optparse.py
parent18c4e8734c7d817163e2c6564eedc246a2c9aa58 (diff)
downloadcpython-ddbce9e84597e4047fa5063fb53ca935e1214448.zip
cpython-ddbce9e84597e4047fa5063fb53ca935e1214448.tar.gz
cpython-ddbce9e84597e4047fa5063fb53ca935e1214448.tar.bz2
Per Greg Ward, optparse is no longer being externally maintained.
I'll look at the bugs in the Optik bug tracker and copy them to the Python bug tracker if they're still relevant.
Diffstat (limited to 'Lib/optparse.py')
-rw-r--r--Lib/optparse.py12
1 files changed, 2 insertions, 10 deletions
diff --git a/Lib/optparse.py b/Lib/optparse.py
index e38030d..02f62e4 100644
--- a/Lib/optparse.py
+++ b/Lib/optparse.py
@@ -1,21 +1,13 @@
-"""optparse - a powerful, extensible, and easy-to-use option parser.
+"""A powerful, extensible, and easy-to-use option parser.
By Greg Ward <gward@python.net>
-Originally distributed as Optik; see http://optik.sourceforge.net/ .
-
-If you have problems with this module, please do not file bugs,
-patches, or feature requests with Python; instead, use Optik's
-SourceForge project page:
- http://sourceforge.net/projects/optik
+Originally distributed as Optik.
For support, use the optik-users@lists.sourceforge.net mailing list
(http://lists.sourceforge.net/lists/listinfo/optik-users).
"""
-# Python developers: please do not make changes to this file, since
-# it is automatically generated from the Optik source code.
-
__version__ = "1.5.3"
__all__ = ['Option',