2010/10/18 Vittorio Zuccala' <[email protected]>: > "Warning (from warnings module): > File "C:\Python26\lib\site-packages\py2exe\build_exe.py", line 16 > import sets > DeprecationWarning: the sets module is deprecated" > > Quale può essere il motivo?
Il fatto che i set sono un builtin del linguaggio da qualche eone. La libreria, di conseguenza, non e' piu' utile. -- -enrico _______________________________________________ Python mailing list [email protected] http://lists.python.it/mailman/listinfo/python
