Antoine Pitrou added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19692>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to