[Patches] [ python-Patches-525211 ] Utils.py imported module not used

noreply@sourceforge.net noreply@sourceforge.net
Mon, 04 Mar 2002 01:01:54 -0800


Patches item #525211, was opened at 2002-03-03 20:50
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=525211&group_id=5470

Category: Library (Lib)
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Evelyn Mitchell (efm)
Assigned to: Nobody/Anonymous (nobody)
Summary: Utils.py imported module not used

Initial Comment:
pychecker complains of 

Utils.py:1: Imported module (re) not used

in email/Utils.py


----------------------------------------------------------------------

Comment By: Evelyn Mitchell (efm)
Date: 2002-03-03 23:04

Message:
Logged In: YES 
user_id=13263

Yeah, it's probably a pychecker bug. I'll submit it there.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2002-03-03 22:36

Message:
Logged In: YES 
user_id=21627

It is used, in the line

ecre = re.compile(r'''
[...]
  ''', re.VERBOSE | re.IGNORECASE)

pychecker bug?

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=525211&group_id=5470