]> granicus.if.org Git - python/commitdiff
Backport r66813: per Greg Ward, optparse is no longer being externally maintained.
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 14 Nov 2008 00:17:12 +0000 (00:17 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 14 Nov 2008 00:17:12 +0000 (00:17 +0000)
Lib/optparse.py

index d41ad3d61e2af8e5bb9b10bb37c126df803c8b81..55745343f49d8084bf6400bda8108980abd2e533 100644 (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>
 
-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',