Issue1816515

classification
Title: Request Jython to provide set type
Type: rfe Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: pjenvey, rosun82
Priority: normal Keywords:

Created on 2007-10-19.13:22:52 by rosun82, last changed 2007-10-25.21:03:47 by pjenvey.

Messages
msg3035 (view) Author: Yi.Sun (rosun82) Date: 2007-10-19.13:22:52
A large amount of my code in Python 2.4 use the set type and frozenset type. I think it would be best if Jython provide support for such types. Thank you.
msg3036 (view) Author: Philip Jenvey (pjenvey) Date: 2007-10-25.21:03:47
the 2.2 release contains a sets module (like CPython 2.2).

trunk already includes a builtin set and frozenset type like python 2.4
History
Date User Action Args
2007-10-19 13:22:52rosun82create