Nick Coghlan added the comment:
How about "ExName"?
This patch:
PyRun_AnyFileExName
PyRun_SimpleFileExName
PyRun_InteractiveOneExName
PyRun_InteractiveLoopExName
PyRun_FileExName
Previous patch:
Py_CompileStringExName
PyAST_FromNodeExName
PyAST_CompileExName
PyFuture_FromASTExName
PyParser_ParseFileExName
PyParser_ParseStringExName
PyErr_SyntaxLocationExName
PyErr_ProgramTextExName
PyParser_ASTFromStringExName
PyParser_ASTFromFileExName
- "Ex" has precedent as indicating a largely functionally equivalent API with a
different signature
- "Name" suggests strongly that we're tinkering with the filename (since this
APIs don't accept another name)
- "ExName" is the same length as "Object" but far more explicit
Thoughts?
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue19518>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com