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 christian.heimes, loewis, pitrou, tim.peters, vstinner
Date 2013-11-22.20:13:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385151201.67.0.850631030684.issue19692@psf.upfronthosting.co.za>
In-reply-to
Content
Well, I obviously won't fight very hard for this one.

But I would like to point out that APIs with "safe" (not "safely" :-)) in their name usually imply that the API is safe, not that the input has been sanitized beforehand.

For example in the stdlib: pprint.saferepr, string.safe_substitute, xmlrpc.client.SafeTransport. In the C API: Py_TRASHCAN_SAFE_BEGIN.
History
Date User Action Args
2013-11-22 20:13:21pitrousetrecipients: + pitrou, tim.peters, loewis, vstinner, christian.heimes
2013-11-22 20:13:21pitrousetmessageid: <1385151201.67.0.850631030684.issue19692@psf.upfronthosting.co.za>
2013-11-22 20:13:21pitroulinkissue19692 messages
2013-11-22 20:13:21pitroucreate