Bug 431338 - Deprecation warning
Summary: Deprecation warning
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: ghost-diagrams
Version: 12
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Ignacio Vazquez-Abrams
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-02-03 01:24 UTC by Horst H. von Brand
Modified: 2010-11-08 13:34 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-08 13:34:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Horst H. von Brand 2008-02-03 01:24:42 UTC
Description of problem:
When running ghost-diagrams, I get the warning:
/usr/share/ghost-diagrams/ghost-diagrams.py:589: DeprecationWarning: use
gtk.ComboBoxEntry
  self.combo = gtk.Combo()
/usr/share/ghost-diagrams/ghost-diagrams.py:591: DeprecationWarning: use
gtk.TreeView
  item = gtk.ListItem(item)
/usr/share/ghost-diagrams/ghost-diagrams.py:1046: DeprecationWarning: raising a
string exception is deprecated
  if a in all and b not in all: raise "repeat"
 

Version-Release number of selected component (if applicable):
ghost-diagrams-0.8-2.fc9.noarch

How reproducible:
Always

Steps to Reproduce:
1. Start ghost-diagrams in a gnome-terminal
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Fedora Update System 2008-02-04 10:38:25 UTC
ghost-diagrams-0.8-3.fc7 has been submitted as an update for Fedora 7

Comment 2 Ignacio Vazquez-Abrams 2008-02-04 10:42:40 UTC
-3 fixes the DeprecationWarnings for the exceptions. I'll need to learn a bit
more about PyGTK before I can fix the others.

Comment 3 Horst H. von Brand 2008-02-08 23:27:35 UTC
ghost-diagrams-0.8-3.fc9.noarch:

$ ghost-diagrams 
/usr/share/ghost-diagrams/ghost-diagrams.py:592: DeprecationWarning: use
gtk.ComboBoxEntry
  self.combo = gtk.Combo()
/usr/share/ghost-diagrams/ghost-diagrams.py:594: DeprecationWarning: use
gtk.TreeView
  item = gtk.ListItem(item)

Looks better, but still isn't closable.

Comment 4 Bug Zapper 2008-05-14 04:59:27 UTC
Changing version to '9' as part of upcoming Fedora 9 GA.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 5 Bug Zapper 2009-06-09 23:29:17 UTC
This message is a reminder that Fedora 9 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 9.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '9'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 9's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 9 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 6 Horst H. von Brand 2009-07-06 15:44:03 UTC
ghost-diagrams-0.8-4.fc11.noarch

$ ghost-diagrams
/usr/share/ghost-diagrams/ghost-diagrams.py:88: DeprecationWarning: the sets module is deprecated
  import sys, os, random, gtk, pango, gobject, string, math, sets
/usr/share/ghost-diagrams/ghost-diagrams.py:592: DeprecationWarning: use gtk.ComboBoxEntry
  self.combo = gtk.Combo()
/usr/share/ghost-diagrams/ghost-diagrams.py:594: DeprecationWarning: use gtk.TreeView
  item = gtk.ListItem(item)

Comment 7 Bug Zapper 2009-11-16 08:00:52 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle.
Changing version to '12'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 8 Bug Zapper 2010-11-04 12:03:06 UTC
This message is a reminder that Fedora 12 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 12.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '12'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 12's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 12 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 9 Horst H. von Brand 2010-11-08 13:32:55 UTC
The package I get for this is ghost-diagrams-0.8-5.fc12.noarch @rawhide/11.90 (!). No big functionality, and it seems to have fallen by the wayside. Perhaps delete it for good?

Comment 10 Horst H. von Brand 2010-11-08 13:34:03 UTC
BTW, just checked again, and the warning is gone now. Closing.


Note You need to log in before you can comment on or make changes to this bug.