Staging
v0.5.1
https://github.com/python/cpython
Revision cbbf7461862fd1fb497ed32d09b1328250fd85c9 authored by Miss Islington (bot) on 11 April 2018, 18:58:09 UTC, committed by GitHub on 11 April 2018, 18:58:09 UTC

The examples in argparse documentation use `error: too few arguments`
error message which was removed in this commit f97c59a in 2011.
(cherry picked from commit 04e82934659487ecae76bf4a2db7f92c8dbe0d25)

Co-authored-by: suic86 <marko.gabriel.cz@gmail.com>
1 parent 4dc3c8f
Raw File
Tip revision: cbbf7461862fd1fb497ed32d09b1328250fd85c9 authored by Miss Islington (bot) on 11 April 2018, 18:58:09 UTC
Fix error messages in argparse examples (GH-6435)
Tip revision: cbbf746
.gitattributes
# Binary data types
*.aif binary
*.aifc binary
*.aiff binary
*.au binary
*.bmp binary
*.exe binary
*.icns binary
*.gif binary
*.ico binary
*.jpg binary
*.pck binary
*.png binary
*.psd binary
*.tar binary
*.wav binary
*.whl binary
*.zip binary

# Specific binary files
Lib/test/sndhdrdata/sndhdr.* binary

# Text files that should not be subject to eol conversion
Lib/test/cjkencodings/* -text
Lib/test/decimaltestdata/*.decTest -text
Lib/test/test_email/data/*.txt -text
Lib/test/xmltestdata/* -text
Lib/test/coding20731.py -text
Lib/test/test_importlib/data01/* -text

# CRLF files
*.bat text eol=crlf
*.ps1 text eol=crlf
*.sln text eol=crlf
*.vcxproj* text eol=crlf
*.props text eol=crlf
*.proj text eol=crlf
PCbuild/readme.txt text eol=crlf
PC/readme.txt text eol=crlf
back to top