claird / PyPDF4

A utility to read and write PDFs with Python
obsolete-https://pythonhosted.org/PyPDF2/
Other
330 stars 61 forks source link

`pypdfStr()` may return a unicode object #43

Closed kurtmckee closed 5 years ago

kurtmckee commented 5 years ago

In Python 2, pypdfStr() may return a unicode object, not a str object.

acsor commented 5 years ago

Same as #41, can you say something about Py3? The interest lies in the fact that the maintainers might lose interest to ship new Py2 code in the future.

kurtmckee commented 5 years ago

Testing suggested no problems with Python 3.

I won't be upset when the maintainers decide to drop Python 2 support and remove compatibility code, but @claird stated the compatibility goals for the project in #1 so that's what I'm targeting. =)