[Python-Dev] PEP 563: Postponed Evaluation of Annotations (original) (raw)
Peter Ludemann pludemann at google.com
Fri Nov 10 22:32:24 EST 2017
- Previous message (by thread): [Python-Dev] PEP 563: Postponed Evaluation of Annotations
- Next message (by thread): [Python-Dev] PEP 563: Postponed Evaluation of Annotations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 10 November 2017 at 19:17, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
Ethan Furman wrote:
Contriwise, "annotationstrings" sounds like a different type of annotation -- they are now being stored as strings, instead of something else.
How about "annotationsasstrings"?
That feels unambiguous. "annotations_to_str" is shorter, given that "str" is a type in Python, and "to" says that it's converting to string (it's given as an expression).
-- Greg
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/pludemann %40google.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20171110/6bd2ac68/attachment.html>
- Previous message (by thread): [Python-Dev] PEP 563: Postponed Evaluation of Annotations
- Next message (by thread): [Python-Dev] PEP 563: Postponed Evaluation of Annotations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]