8000 Typo fix in file Python/getopt.c by hansrajdas · Pull Request #14719 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Typo fix in file Python/getopt.c #14719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 20, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed lines from file header asking for feedback
  • Loading branch information
hansrajdas committed Aug 8, 2019
commit 58fb9240403e8da6dfd9db7223df442ecea9331b
4 changes: 0 additions & 4 deletions Python/getopt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
0