Closed degremont closed 7 years ago
owner
changed from st-cea to ad-cea
status
changed from new to accepted
milestone
set to 0.909
Thanks for the patches.
As Shine depends on ClusterShell and all recent ClusterShell releases require Python 2.4+, maybe we can simply drop the usage of sets module.
If not, do not forget to also clear the hack from 'shine' script:
import warnings warnings.simplefilter('ignore', DeprecationWarning)
Original comment by: degremont
status
changed from accepted to closed
resolution
set to fixed
This is fixed in SVN commit r292.
Warning filter in shine script was not removed because there is still other outstanding DeprecationWarnings? to be fixed.
Original comment by: degremont
It makes dirty output ;-) DeprecationWarning: the sets module is deprecated
Reported by: ohargoaa