Terje Røsten emailed me this issue:
Hi Bob!
I got a report from a Fedora bpython user:
https://bugzilla.redhat.com/show_bug.cgi?id=823662
There is issue when current working directory has a directory
inside with a name which ends with .py.
To see the trouble, try this:
a) mkdir rain.py
b) bpython
c) in bpython: type "import rain"
d) quit (rain.pyc is now created)
e) bpython
c) press "anything"
Any idea on how to fix this?
Thanks in advance.