Skip to content

Use unicode DOT OPERATOR instead of MIDDLE DOT in pretty printing#2273

Open
rikardn wants to merge 4 commits into
hgrecco:masterfrom
rikardn:dot_operator
Open

Use unicode DOT OPERATOR instead of MIDDLE DOT in pretty printing#2273
rikardn wants to merge 4 commits into
hgrecco:masterfrom
rikardn:dot_operator

Conversation

@rikardn

@rikardn rikardn commented Feb 16, 2026

Copy link
Copy Markdown

I replaced all instances o the DOT OPERATOR character with MIDDLE DOT in code, documentation and tests.

@codspeed-hq

codspeed-hq Bot commented Feb 23, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 448 untouched benchmarks


Comparing rikardn:dot_operator (8c93c17) with master (ea5a863)

Open in CodSpeed

@rikardn

rikardn commented Mar 3, 2026

Copy link
Copy Markdown
Author

About the doctest fail:

When I grep on the expected string I cannot find it. Where are the doctests specified?

@andrewgsavage

Copy link
Copy Markdown
Collaborator

>>> f"{q:~P}" # short pretty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pretty printing using MIDDLE DOT unicode character instead of DOT OPERATOR

2 participants