]> granicus.if.org Git - python/commitdiff
Delete stale comment in Python/getopt.c. (GH-14719)
authorHansraj Das <raj.das.136@gmail.com>
Tue, 20 Aug 2019 01:35:13 +0000 (07:05 +0530)
committerBenjamin Peterson <benjamin@python.org>
Tue, 20 Aug 2019 01:35:13 +0000 (18:35 -0700)
Python/getopt.c

index 89f773417e31e0174200c368d78373f92890ed41..708d9ce496287c508b163d46695d557d50b0b056 100644 (file)
  * 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