[Python-Dev] bummer - regsub/regex no longer in module index
Skip Montanaro
skip@mojam.com (Skip Montanaro)
Tue, 16 Jan 2001 07:09:51 -0600 (CST)
I am now getting deprecation warnings about regsub so I decided to start
replacing it with more zeal than I had previously. First thing I wanted to
replace were some regsub.split calls. I went to the module index to look up
the description but regsub was nowhere to be found. (I know, I know. I can
use pydoc.)
Still... how about continuing to include deprecated modules in the library
reference manual but in a separate Deprecated Modules section and annotate
them as such in the module index?
Skip