From: Hansraj Das Date: Tue, 20 Aug 2019 01:35:13 +0000 (+0530) Subject: Delete stale comment in Python/getopt.c. (GH-14719) X-Git-Tag: v3.9.0a1~849 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d13968b1be8f4c0035b0ea891ee0f0df026cbf6c;p=thirdparty%2FPython%2Fcpython.git Delete stale comment in Python/getopt.c. (GH-14719) --- diff --git a/Python/getopt.c b/Python/getopt.c index 89f773417e31..708d9ce49628 100644 --- a/Python/getopt.c +++ b/Python/getopt.c @@ -18,10 +18,6 @@ * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA, OR PROFITS, WHETHER * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Nevertheless, I would like to know about bugs in this library or - * suggestions for improvement. Send bug reports and feedback to - * davegottner@delphi.com. *---------------------------------------------------------------------------*/ /* Modified to support --help and --version, as well as /? on Windows