[Python-ideas] Sets, Dictionaries

Mark Lawrence breamoreboy at gmail.com
Thu Mar 29 13:14:32 EDT 2018


On 29/03/18 16:42, Julia Kim wrote:
> My suggestion is to change the syntax for creating an empty set and an empty dictionary as following.
> 
> an_empty_set = {}
> an_empty_dictionary = {:}
> 
> 
> Compatibility issues could be resolved with a program which takes a Python program (codes) as a text and edits it.
> 

There are two chances of this happening, zero or none.  Others have all 
ready explained why.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence



More information about the Python-ideas mailing list