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

[bugfix] solve crash when using inspect() on the "pyparsing" package #2294

Merged
merged 3 commits into from May 27, 2022

Commits on May 27, 2022

  1. [inspect] Replace ASCII special characters with their "non-special" r…

    …eadable version in docstrings
    
    With this we allow the following:
    - Such characters will be displayed in the data returned by "rich.inspect"
    - We fix the crash that can happen in some circumstances in the `Text.divide()` method when some docstrings have such special characters
    olivierphi committed May 27, 2022
    Configuration menu
    Copy the full SHA
    78a0229 View commit details
    Browse the repository at this point in the history
  2. [inspect] Replace ASCII special characters with their "non-special" r…

    …eadable version
    
    With this we allow the following:
    - Such characters will be displayed in the data returned by "rich.inspect" when they are used in docstrings
    - We fix the crash that can happen in some circumstances in the `Text.divide()` method when some docstrings have such special characters
    olivierphi committed May 27, 2022
    Configuration menu
    Copy the full SHA
    236096e View commit details
    Browse the repository at this point in the history
  3. [inspect] Address PR feedback on ASCII special characters' replacemen…

    …t with their escaped version
    olivierphi committed May 27, 2022
    Configuration menu
    Copy the full SHA
    25d0c0e View commit details
    Browse the repository at this point in the history