Backport r66813: per Greg Ward, optparse is no longer being externally maintained.

This commit is contained in:
Andrew M. Kuchling 2008-11-14 00:17:12 +00:00
parent 8b2b75692a
commit b9433b5d5e
1 changed files with 2 additions and 10 deletions

View File

@ -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> By Greg Ward <gward@python.net>
Originally distributed as Optik; see http://optik.sourceforge.net/ . Originally distributed as Optik.
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
For support, use the optik-users@lists.sourceforge.net mailing list For support, use the optik-users@lists.sourceforge.net mailing list
(http://lists.sourceforge.net/lists/listinfo/optik-users). (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" __version__ = "1.5.3"
__all__ = ['Option', __all__ = ['Option',