[Python-bugs-list] [ python-Bugs-417853 ] pydoc uses deprecated regex module

noreply@sourceforge.net noreply@sourceforge.net
Mon, 23 Apr 2001 09:46:51 -0700


Bugs item #417853, was updated on 2001-04-21 09:20
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=417853&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Garth T Kidd (gtk)
>Assigned to: Ka-Ping Yee (ping)
Summary: pydoc uses deprecated regex module

Initial Comment:
C:\Python21\Lib>python pydoc.py -g

[Tk gui pops up. Enter a search expression and hit 
Enter.]

pydoc.py:1496: DeprecationWarning: the regex module is 
deprecated; please use the re module
  desc = split(__import__(modname).__doc__ or '', '\n')
[0]


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

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