Nick Coghlan added the comment:

Perhaps we could we use the suffix "Unicode" rather than "Object"? These don't 
work with arbitrary objects, they expect a unicode string.

PyRun_InteractiveOneObject would be updated to use the new suffix as well.

That would both be clearer for the user, and address Serhiy's concern about the 
possible ambiguity: PyRun_FileUnicode still isn't crystal clear, but it's 
clearer than PyRun_FileObject.

----------

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

Reply via email to