Comment 0 for bug 997830

Revision history for this message
Julian Taylor (jtaylor) wrote :

when building python-simplegeneric you get a bunch of deprecation warnings from py3versions:

/usr/bin/py3versions:11: DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in future versions. Use ConfigParser directly instead.
  config = SafeConfigParser()
/usr/bin/py3versions:12: DeprecationWarning: This method will be removed in future versions. Use 'parser.read_file()' instead.
  config.readfp(open('/usr/share/python3/debian_defaults'))