-
-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecate some imports #35841
deprecate some imports #35841
Conversation
Documentation preview for this PR (built with commit 463e360; changes) is ready! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for narrowing this ticket, which made it easier to review.
Thank you! |
Tests fail after merging 10.1.beta5 |
I think that should fix it. (Among the original changes: replacing |
Deprecate the imports of some dev tools
📚 Description
This is a branch to address #34259, replacing the old trac branch. It doesn't make all of the original changes: the original branch. In particular, the original branch added a bunch of lines like
from sage.misc.misc import cputime
even though the import ofcputime
was not changes, just in case someone wanted to change it later. I skipped all of those additions. The original branch made a few other changes that were not connected to the purposes of this pull request (e.g. the changes to src/sage/combinat/composition.py), and I skipped those, too.📝 Checklist
⌛ Dependencies