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

printing/pretty: Do not compute parenthesization twice #22236

Merged
merged 5 commits into from Nov 19, 2021

Commits on Oct 8, 2021

  1. Do not compute parenthesization twice

    Previously both `PrettyPrinter._print_Mul` and `prettyForm.__mul__` tried to apply parenthesis, and the action of the former hid a typo in the latter.
    eric-wieser committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    786ab11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    204170d View commit details
    Browse the repository at this point in the history
  3. fix test

    eric-wieser committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    d989d24 View commit details
    Browse the repository at this point in the history
  4. Add tests from other PR

    eric-wieser committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    56765bc View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

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