Hi all,
In Sage version 6.8.beta3, there is a line
from sage.matroids.catalog import *
in matroid.pyx, which was not there yet in 6.7.
That import is causing problems. Things like Matroid(G) on a graph G won't work, since Sage now cannot import the name Matroid anymore.
The obvious bugfix is to simply delete that line from matroid.pyx again. But surely it was put there by somebody for a reason, and I have not been able to find out where and when that line got inserted. The tickets that were closed recently do not seem to insert it.
So my first question: who put this import in matroid.pyx, and why?
My second question: is there a faster way to trace the origin of a line of code than browsing through the closed tickets?
Cheers,
Rudi