Skip to content

Feature/fields#1017

Open
Benjamin-T wants to merge 49 commits into
python-openxml:masterfrom
VanOord:feature/fields
Open

Feature/fields#1017
Benjamin-T wants to merge 49 commits into
python-openxml:masterfrom
VanOord:feature/fields

Conversation

@Benjamin-T
Copy link
Copy Markdown

No description provided.

Benjamin Toornstra and others added 30 commits May 15, 2021 15:28
Adding .__iter__() is not strictly required to enable iteration, but it
improves the performance of iteration significantly by avoiding the
default implementation which would repeatedly parse the bookmark pairs
in the document.
* Sequence is now in `collections.abc` and will be removed from
  `collections` in 3.8.
* zip() returns an iterator in Python 3 and must be wrapped with
  something like list() or tuple() to be realized.
* Remove support for 2.6.
* Add tox tests for 3.6 and 3.7.
* Update .travis.yml to match tox versions.
@verawieleman verawieleman deleted the feature/fields branch March 10, 2022 14:20
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.

2 participants