[issue17458] Automatic type conversion from set to frozenset

2013-03-18 Thread Jose Antonio Martin H
New submission from Jose Antonio Martin H: Is it possible to consider the automatic type conversion from set to frozenset whenever a set is declared inside a set, as the key of a Counter and as the key of a Dict? Tha is, the case when a set is used but a hashable object is requested. Having

[issue17458] Automatic type conversion from set to frozenset

2013-03-18 Thread Ezio Melotti
Ezio Melotti added the comment: I think this is python-ideas material. Automatic conversions are usually not a good idea though. -- nosy: +ezio.melotti resolution: - rejected stage: - committed/rejected status: open - closed versions: -Python 2.7, Python 3.1, Python 3.2, Python