Skip to content

Resolve #499 and add tests #500

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
Mar 28, 2023
Merged

Conversation

djyotta
Copy link
Contributor

@djyotta djyotta commented Feb 23, 2022

Resolves #499 - FloatEdit mangles decimals

Checklist
  • I've ensured that similar functionality has not already been implemented
  • I've ensured that similar functionality has not earlier been proposed and declined
  • I've branched off the master or python-dual-support branch
  • I've merged fresh upstream into my branch recently
  • I've ran tox successfully in local environment - not familiar with this, sorry
Description:

Fixes FloatEdit mangling decimals.

Uses Decimal library instead of manipulating the string representation in urwid.

Resolves urwid#499 - FloatEdit mangles decimals
Copy link
Collaborator

@penguinolog penguinolog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re-validated manually in addition to tox

@penguinolog penguinolog merged commit c3ca1af into urwid:master Mar 28, 2023
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.

FloatEdit mangles decimals
2 participants