Next Breaking Changes #1915
MartinThoma
started this conversation in
General
Replies: 2 comments 6 replies
-
How about we deprecate deprecation? Change I think |
Beta Was this translation helpful? Give feedback.
3 replies
-
For readability how about renaming these files: _viewerpref.py to _viewer_preferences.py Unsure if this is a breaking change. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a couple of methods in pypdf which are marked
deprecate_with_replacement
/deprecation_with_replacement
/deprecate_no_replacement
/deprecation_no_replacement
. Those will go their planned way.But there are some other parts within pypdf that you might want to get deprecated or breaking changes of which you think they would benefit the library. The idea is to collect and evaluate those here. Then we can make a major release. I want to limit the times at which users have to adjust, hence collecting those makes sense.
Please let me know if something else pops into your mind :-)
Next breaking changes
encryption_key
parameter fromwrite_to_stream
as done in ENH: Add AES support for encrypting PDF files (merged via other PRs) #1816Beta Was this translation helpful? Give feedback.
All reactions