Modify ↓
#7689 closed defect (fixed)
Deprecation Warning
Reported by: | Roger John E. Ragasa | Owned by: | Roger John E. Ragasa |
---|---|---|---|
Priority: | normal | Component: | DownloadsPlugin |
Severity: | normal | Keywords: | downloads, python |
Cc: | jordi@… | Trac Release: | 0.12 |
Description
I used to use DownloadsPlugin with Trac 0.11 but after upgrading to 0.12 I'm getting this problem when I try to install DownloadsPlugin 3 for Trac 0.12. I read somewhere that sets got deprecated at Python 2.6.
/usr/local/lib/python2.6/dist-packages/TracDownloads-0.3-py2.6.egg/tracdownloads/tags.py:3: DeprecationWarning: the sets module is deprecated import sets
Attachments (0)
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Owner: | changed from Radek Bartoň to Roger John E. Ragasa |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 14 years ago by
Cc: | jordi@… added; anonymous removed |
---|
Is this really a fix? Is the sets module actually used at all?
Note: See
TracTickets for help on using
tickets.
made it work by removing the line
at the tags.py. I don't know what problem it will cause but for now it works.