On Sat, 2009-10-31 at 16:27 +0000, kj wrote: > >2) this has been fixed in Py3 > > In my post I illustrated that the failure occurs both with Python > 2.6 *and* Python 3.0. Did you have a particular version of Python > 3 in mind?
I was not able to reproduce with my python3:
$ head ham/*.py
==> ham/__init__.py <==
==> ham/re.py <==
==> ham/spam.py <==
import inspect
$ python3 ham/spam.py
$ python3 --version
Python 3.1.1
--
http://mail.python.org/mailman/listinfo/python-list
