この呼び出し規約を使うと、複数個の引数の場合と、単一のタプルが唯一引数の場合を区別できなくなってしまいます。
There is noway for a function using this convention to distinguish between acall with multiple arguments and a call with a tuple as the onlyargument. - Python
マニュアルのエントリは、実際の長さに関わらず、また男女の区別をするような意図なしで、のマニュアルページを通して、単純に man ページとして参照されています。
Throughout the manual pages, a manual entry is simply referred to as a man page, regardless of actual length and without sexist intention. - JM
(文字列の分割は Unix のシェルが行うものに似ています: 単語はスペースで区切られますが、クォートとバックスラッシュでオーバーライドできます。
(Splitting the string is done similarly to howUnix shells operate: words are delimited by spaces, but quotes andbackslashes can override this. - Python