In what python release was this introduced..

Peter Hansen peter at engcorp.com
Mon Mar 22 07:40:44 EST 2004


Moe A wrote:

> i need to list dependencies for my package & was wondering in what
> python release could you start making 'in <string>' calls with more
> than one char..eg:
> 
> "JESUS" in bible
> 
> instead of
> 
> "J" in bible

Andrew Kuchling's pages are always a good source of this sort of
info, well worth reading as you would read the FAQ:

http://www.python.org/doc/2.3/whatsnew/node17.html#SECTION0001710000000000000000

-Peter



More information about the Python-list mailing list