[Python-ideas] Suggestion for standardized annotations
Cem Karan
cfkaran2 at gmail.com
Tue Mar 11 02:45:17 CET 2014
Is there any further interest in standardized annotations, or should the idea be abandoned?
Thanks,
Cem Karan
On Mar 8, 2014, at 7:05 PM, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> Cem Karan wrote:
>> There are a number of reasons I'm suggesting UUIDs instead of simple strings:
>
> I'm not talking about strings, I'm talking about
> objects created and exported by the module defining
> the annotations, and compared by identity.
>
> The Python module namespace then ensures they have
> unique names within any given program. That's all
> you need, because there's no requirement to persist
> them from one program execution to another.
>
> --
> Greg
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
More information about the Python-ideas
mailing list