]> granicus.if.org Git - python/commit
Added pgrep() function, which is like grep/egrep/emgrep but uses Perl
authorGuido van Rossum <guido@python.org>
Wed, 22 Oct 1997 20:44:58 +0000 (20:44 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 22 Oct 1997 20:44:58 +0000 (20:44 +0000)
commit8566e474b4e54956a14f056173692c834f40f1a5
treec58d8d2aa57e4bb0249eb2f56ad6621a078c5848
parentb49144244c930603e8eb54880874c37adcff1440
Added pgrep() function, which is like grep/egrep/emgrep but uses Perl
syntax, by virtue of the new re module.
Lib/grep.py
Lib/lib-old/grep.py