Raymond Hettinger added the comment:

[I will prepare a 3.5 patch for this.]

Thanks, I will review when you're done.

[How about frozenset([...]) to frozenset({...})? ]

Yes, the frozenset() examples should change to match the actual repr:

   >>> frozenset([10, 20, 30])
   frozenset({10, 20, 30})

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22823>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to