[Python-3000] Empty set and empty dictionary

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Apr 17 02:22:29 CEST 2007


DillonCo wrote:

> Why not use "<>" for sets?

Some possible reasons:

* It would look ugly

* There could be visual confusion with comparison operators

* There could be parsing difficulties distinguishing
   nested set bracketing from << and >> operators

--
Greg


More information about the Python-3000 mailing list