Skip to content
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

Fix many py2-style prints in docs and commented code. #14432

Merged
merged 2 commits into from
May 13, 2024

Commits on May 6, 2024

  1. Fix many py2-style prints in docs and commented code.

    The main interest was to transform py2-style print statements that still
    appeared in some docstrings (e.g. for %history) and would thus show up
    when looking at the docs either interactively or in the rendered
    website.  I also fixed a number of commented-out print statements at the
    same time, mostly because it was easier for me to just regexp-change all
    of them so that I could focus on the others.
    anntzer committed May 6, 2024
    Configuration menu
    Copy the full SHA
    0ec1c21 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    7a8349b View commit details
    Browse the repository at this point in the history