PyPDF2 2.0: Cleanup plan #752
Replies: 3 comments
-
Is the |
Beta Was this translation helpful? Give feedback.
-
I think auto formatting code with something like https://github.com/psf/black is generally a good idea. However it's usually not a good idea to simply reformat an existing project because it would break all pull requests, so maybe take a look at https://github.com/akaihola/darker which only auto-formats code lines that have changed in a commit (and maybe only start doing that until all old PRs are either merged or rejected). |
Beta Was this translation helpful? Give feedback.
-
I'd also deprecate things like |
Beta Was this translation helpful? Give feedback.
-
The PyPDF2 2.X versions should have a clean interface. Here is a list of things I want to do - please comment / add suggestions!
Tests
totests
.warnings.showwarning = _showwarning
cases issues, see PyPDF2 should not overwrite warnings.formatwarning. #67 - merging Custom implementation of warnings.formatwarning removed #225PyPDF2.merger.OutlinesObject
as nobody seems to use itPRs that I want to merge with 2.0:
Beta Was this translation helpful? Give feedback.
All reactions