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

Drop support for cdecimal #20

Merged
merged 1 commit into from Feb 10, 2020
Merged

Drop support for cdecimal #20

merged 1 commit into from Feb 10, 2020

Commits on Feb 10, 2020

  1. Drop support for cdecimal

    From https://stackoverflow.com/a/8192918/284318:
    
    > As of Python 3.3, the cdecimal implementation is now the built-in
    > implementation of the decimal standard library module, so you don't
    > need to install anything. Just use decimal.
    
    Since combining `decimal` and `cdecimal` can result in weird bugs, and
    since I will drop Python 2 support in the next release anyways,
    supporting `cdecimal` doesn't make sense anymore.
    dbrgn committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    f3790e9 View commit details
    Browse the repository at this point in the history