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

Consider removing dependency 'udatetime' #147

Open
nrejac opened this issue Mar 31, 2021 · 1 comment
Open

Consider removing dependency 'udatetime' #147

nrejac opened this issue Mar 31, 2021 · 1 comment
Labels
python-latest for compatibility issues with newest current Python

Comments

@nrejac
Copy link
Contributor

nrejac commented Mar 31, 2021

In idb/data_api/v2_download.py, there are three function calls using the udatetime module. This module will not build under Python 3.9 (see: freach/udatetime#32) and hasn't been updated in 3 years.

Consider eliminating this dependency. Using the standard Python datetime is an option but this will incur a performance (speed) hit.

@nrejac nrejac added the python3 for issues specific to python3 conversion label Mar 31, 2021
@danstoner danstoner added python-latest for compatibility issues with newest current Python and removed python3 for issues specific to python3 conversion labels Apr 10, 2021
@danstoner
Copy link
Contributor

Moving this to a future python label since it is not needed for the "python 3 conversion" project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python-latest for compatibility issues with newest current Python
Projects
None yet
Development

No branches or pull requests

2 participants