[Python-Dev] Adding NewType() to PEP 484 (original) (raw)

jon jcronin at egh.com
Sun May 29 12:57:01 EDT 2016


The aspects we want to capture in a name or adjective for these types are:

a) The types have identical implementations or definitions. b) They are distinct types.

I think “Distinguished Type” or”Cloned Type” best captures these qualities.

I think the following also capture the quality, but feel a bit pejorative.

"Segregated Type" "Arbitrary Type"

Jonathan



More information about the Python-Dev mailing list