-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Allow adding PageRange objects (#948)
Now the following is possible: >>> from PyPDF2 import PageRange >>> a = PageRange("0:5") >>> b = PageRange("2:7") >>> a + b PageRange("0:7") Closes #759 See #751 See #752
- Loading branch information
1 parent
4baedb2
commit 2a1db78
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters