Activity log for bug #997830

Date Who What changed Old value New value Message
2012-05-10 22:23:44 Julian Taylor bug added bug
2012-05-10 22:24:08 Julian Taylor description 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')) when building python-simplegeneric in precise/quantal 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'))
2012-05-11 02:59:01 Scott Kitterman python3-defaults (Ubuntu): importance Undecided Low
2012-05-11 02:59:01 Scott Kitterman python3-defaults (Ubuntu): status New Fix Committed
2012-07-16 02:01:38 Scott Kitterman python3-defaults (Ubuntu): status Fix Committed Fix Released