[Python-Dev] When will regex really go away? (original) (raw)
skip at pobox.com skip at pobox.com
Tue Jan 24 20:33:08 CET 2006
- Previous message: [Python-Dev] When will regex really go away?
- Next message: [Python-Dev] The path module PEP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido> PEP 4 lists these that were already obsolete in 2.0:
Guido> addpack, cmp, cmpcache, codehack, dircmp, dump, fmt,
Guido> lockfile, newdir, Para, poly, regex, regsub, tb, timing,
Guido> util, whatsound, tzmod, find, grep, packmail, ni, rand,
Guido> soundex, cl, sv
Guido> of these, regex, regsub, and timing are still importable in 2.4.
And in 2.5. Regex and regsub both import with deprecation warnings. Timing imports without a peep. None of the others import.
Skip
- Previous message: [Python-Dev] When will regex really go away?
- Next message: [Python-Dev] The path module PEP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]