On 27 September 2016 at 13:46, Neil Girdhar <[email protected]> wrote: > Yes, I understand that, but I don't see how that would help at all with > annotations. Aren't annotations also evaluated at "compile time"?
Yes, but a string whose value is a class name is treated as being the same annotation (i.e., meaning the same) as the class itself. Paul _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
