diff options
author | Hansraj Das <raj.das.136@gmail.com> | 2019-08-20 01:35:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-08-20 01:35:13 (GMT) |
commit | d13968b1be8f4c0035b0ea891ee0f0df026cbf6c (patch) | |
tree | 586d2d770ecda7f919afa79b1620b5e750972378 /Python/getopt.c | |
parent | d11c2c607768fa549b1aed7899edc061b2ebf19f (diff) | |
download | cpython-d13968b1be8f4c0035b0ea891ee0f0df026cbf6c.zip cpython-d13968b1be8f4c0035b0ea891ee0f0df026cbf6c.tar.gz cpython-d13968b1be8f4c0035b0ea891ee0f0df026cbf6c.tar.bz2 |
Delete stale comment in Python/getopt.c. (GH-14719)
Diffstat (limited to 'Python/getopt.c')
-rw-r--r-- | Python/getopt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/getopt.c b/Python/getopt.c index 89f7734..708d9ce 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 |