Modify ↓
Opened 17 years ago
Closed 15 years ago
#1903 closed defect (fixed)
Wiki rename is using a deprecated module.
Reported by: | StephenM | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | WikiRenamePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
During an trac-admin update i noticed this message.
c:\Python25\lib\site-packages\tracwikirename-2.0-py2.5.egg\wikirename\util.py:6:
DeprecationWarning: The sre module is deprecated, please import re.
import sre
Thought I would pass this on for your information.
Attachments (1)
Change History (6)
comment:1 Changed 17 years ago by
Changed 17 years ago by
Attachment: | TracWikiRename-1.2-sre_re.patch added |
---|
patch to 'import re' instead of the deprecated 'import sre'
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed with [3617] as of 05/06/08 12:33:47
Note: See
TracTickets for help on using
tickets.
I'm seeing the same thing on the box where we're testing python 2.5 rather than 2.4 - so it seems to be related to the newer python version. Still, if its easy to change to the newer lib then its better to do that.