%%% Anuksha navel & smootched by the Hero V? %%%
http://sites.google.com/site/hifiprofile/
http://sites.google.com/site/hifiprofile/
http://sites.google.com/site/hifiprofile/
http://sites.google.com/site/hifiprofile/
--
http://mail.python.org/mailman/listinfo/python-list
t;
> warnings.warn('foo')" in the example)?
In case anyone else is searching for a solution to this the following
sort of works in Python 2.1:
warnings.warn_explicit('foo', UserWarning, '', '')
:: UserWarning: foo
I'm new to Python so if there i