[Python-Dev] PEP 563: Postponed Evaluation of Annotations (original) (raw)
Ethan Furman ethan at stoneleaf.us
Fri Nov 10 12:50:34 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 11/10/2017 07:48 AM, Guido van Rossum wrote:
I don't mind the long name. Of all the options so far I really only like 'stringannotations' so let's go with that.
As someone else mentioned, we have function annotations and variable annotations already, which makes string_annotations sound like it's annotations for strings.
Contriwise, "annotation_strings" sounds like a different type of annotation -- they are now being stored as strings, instead of something else.
--
Ethan
- 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 ]