]> granicus.if.org Git - python/commit
Add an alias (and preferred name) "contains" for "sequenceIncludes".
authorGuido van Rossum <guido@python.org>
Fri, 22 May 1998 18:12:59 +0000 (18:12 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 22 May 1998 18:12:59 +0000 (18:12 +0000)
commit832f6d2890588e6d4cd9b44c002fc4f4825c03ce
treec5a079b1bf24a53b909ea50c50a755add0e24582
parente9387ea773cdffeac5aa8ca094471bfc38ff6d03
Add an alias (and preferred name) "contains" for "sequenceIncludes".

Rationalized the doc strings.

Also simplify the module initialization -- we don't need a __version__
which is set to "$Rev" :-) and we don't need a fatal error when the
initialization fails.
Modules/operator.c