[Python-modules-team] Bug#593574: python-pypdf: Deprecation warning

W. Martin Borgert debacle at debian.org
Thu Aug 19 11:58:40 UTC 2010


Package: python-pypdf
Version: 1.12-3
Tags: patch

In /usr/share/pyshared/pyPdf/pdf.py line 52

   from sets import ImmutableSet

gives a warning:

   __main__:1: DeprecationWarning: the sets module is deprecated

I'm not sure, but probably replacing the line with

   ImmutableSet = frozenset

is OK.






More information about the Python-modules-team mailing list