bobrik wrote: > Hello, > > I am using the Python DB API for access to MySQL. But it is not > platform-independent
It is. You don't have to change your Python code according to the OS or
CPU.
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
--
http://mail.python.org/mailman/listinfo/python-list
