Skip to content

Conversation

@python3-dev
Copy link
Contributor

CHANGES

utils.py

  • Fix import-error from pdfminer
  • Add type-annotations
  • Code optimisations random_string(), remove_extra(), text_strip(), compute_whitespace()
  • Improve code-readability.
  • Add more unit-test cases.

@vinayak-mehta @bosd: All tests are passing.

@bosd
Copy link
Collaborator

bosd commented Mar 4, 2025

@python3-dev Thanks for you contribution. Tests are failling sadly.
Can you look into this 🙏

=======

utils.py

- Fix import-error from pdfminer
- Add type-annotations
- Code optimisations random_string(), remove_extra(), text_strip(),
    compute_whitespace()
- Improve code-readability.
- Add more unit-test cases.
@DoomedJupiter
Copy link
Collaborator

@python3-dev the failed test for python 3.8 is due to syntax that was first supported in 3.9 (see here). Possible solutions that involve cutting back on the syntax here

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.

3 participants