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.
Sent from my iPhone
_______________________________________________
Python-ideas mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/
