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

Don't truncate string values when converting dicts to strings #128

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

nick-paul
Copy link
Collaborator

Previously, when converting a dict to a string, string values in the dict (and string values of nested dicts, etc) would be truncated. This made it impossible to recover the full string unless manually iterating through the dict.

This change makes it so that P won't truncate string values when converting dicts to strings

@nick-paul nick-paul merged commit 1edb277 into master Jan 1, 2025
1 check passed
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.

1 participant