Re: [myhdl-list] sets.py: DeprecationWarning
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2009-06-24 21:38:18
|
James F. Carroll wrote: > MyHDL Users, > > I installed Python 2.6 and MyHDL 0.6.0 on Windows. When I run the > "hello world" example, I get the following warning: > > C:\Python26\lib\sets.py:85: DeprecationWarning: functions overriding > warnings.showwarning() must support the 'line' argument > > stacklevel=2) > > ** DeprecationWarning: the sets module is deprecated > > > Is this warning normal? Yes, with Python 2.6. This is solved in development, using the built-in set. > Should we support the 'line' argument? Probably, same reason. -- Jan Decaluwe - Resources bvba - http://www.jandecaluwe.com Python as a HDL: http://www.myhdl.org VHDL development, the modern way: http://www.sigasi.com Analog design automation: http://www.mephisto-da.com World-class digital design: http://www.easics.com |