This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients alex, cvrebert, eric.araujo, ncoghlan, pitrou
Date 2011-10-28.15:21:37
SpamBayes Score 0.00687661
Marked as misclassified No
Message-id <1319815298.56.0.679227092753.issue13238@psf.upfronthosting.co.za>
In-reply-to
Content
>  default - str + shutil.quote_ascii_whitespace
>  !q - str + shlex.quote
>  !u - unquoted (i.e. no conversion, str.format default behaviour)

The default doesn't look very understandable to me. Why would you quote only some characters and not all of them?
History
Date User Action Args
2011-10-28 15:21:38pitrousetrecipients: + pitrou, ncoghlan, eric.araujo, alex, cvrebert
2011-10-28 15:21:38pitrousetmessageid: <1319815298.56.0.679227092753.issue13238@psf.upfronthosting.co.za>
2011-10-28 15:21:37pitroulinkissue13238 messages
2011-10-28 15:21:37pitroucreate