Brett C. wrote:[color=blue]
> Sets now at blazing C speeds!
> -----------------------------
> Raymond Hettinger implemented the sets API in C! The new built-ins are
> set (which replaces sets.Set) and frozenset (which replaces
> sets.ImmutableS et). The APIs are the same as the sets module sans the
> name change from ImmutableSet to frozenset.
>
> Contributing threads:
> - `set() and frozenset()
> <http://mail.python.org/pipermail/python-dev/2003-November/040253.html>`__[/color]
Will the sets module now be deprecated?
Or will they stay and be re-implemented so they become like UserDict,
UserList, UserString?
yours,
Gerrit.
--
147. If she have not borne him children, then her mistress may sell her
for money.
-- 1780 BC, Hammurabi, Code of Law
--
Asperger's Syndrome - a personal approach:
> Sets now at blazing C speeds!
> -----------------------------
> Raymond Hettinger implemented the sets API in C! The new built-ins are
> set (which replaces sets.Set) and frozenset (which replaces
> sets.ImmutableS et). The APIs are the same as the sets module sans the
> name change from ImmutableSet to frozenset.
>
> Contributing threads:
> - `set() and frozenset()
> <http://mail.python.org/pipermail/python-dev/2003-November/040253.html>`__[/color]
Will the sets module now be deprecated?
Or will they stay and be re-implemented so they become like UserDict,
UserList, UserString?
yours,
Gerrit.
--
147. If she have not borne him children, then her mistress may sell her
for money.
-- 1780 BC, Hammurabi, Code of Law
--
Asperger's Syndrome - a personal approach:
Comment