We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 461e601 + 9cea169 commit 84ed366Copy full SHA for 84ed366
2 files changed
PyPDF2/_version.py
@@ -1 +1 @@
1
-__version__ = '1.26.0'
+__version__ = '1.26.1'
PyPDF2/utils.py
@@ -117,7 +117,7 @@ def skipOverComment(stream):
117
tok = stream.read(1)
118
119
120
-def readUntilRegex(stream, regex, ignore_eof=False):
+def readUntilRegex(stream, regex, ignore_eof=True):
121
"""
122
Reads until the regular expression pattern matched (ignore the match)
123
Raise PdfStreamError on premature end-of-file.
0 commit comments