Skip to content

Fix handling "True"/"False" bool str and None #362

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

Merged
merged 1 commit into from
Jul 23, 2025

Conversation

Hnasar
Copy link
Contributor

@Hnasar Hnasar commented Mar 17, 2025

calling _type is incorrect here; the subsequent lines need a str. Also you can't reconstruct None with type(None)(None) anyway. This regressed in e8e3091

Fixes #305

calling _type is incorrect here; the subsequent lines need a `str`.
Also you can't reconstruct `None` with `type(None)(None)` anyway.
This regressed in e8e3091

Fixes astanin#305
@astanin
Copy link
Owner

astanin commented Jul 23, 2025

The change seems reasonable.

@astanin astanin added the bug Something isn't working label Jul 23, 2025
@astanin astanin merged commit 4042e61 into astanin:master Jul 23, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can not tabulate row with a field that looks like a Python Bool using maxcolwidths
2 participants