diff options
| author | tobyrosen@gmail.com <tobyrosen@gmail.com@8ebc04a2-01ca-80aa-3703-73c302266661> | 2011-09-15 14:22:06 +0000 |
|---|---|---|
| committer | tobyrosen@gmail.com <tobyrosen@gmail.com@8ebc04a2-01ca-80aa-3703-73c302266661> | 2011-09-15 14:22:06 +0000 |
| commit | 9cadf73a088b76329b21720da2aed943b8b22a34 (patch) | |
| tree | 728e34f3442a293a3e5e192d523032003edd85d9 | |
| parent | 0156f57034942fe25808217beee918b6e10cde82 (diff) | |
version 2.03. introduction of letter,digit,punctuation methods and variables. added pstr function and clean functions. expanded kill methods. various bug fixes.
git-svn-id: http://pyp.googlecode.com/svn/trunk@190 8ebc04a2-01ca-80aa-3703-73c302266661
| -rw-r--r-- | pyp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/env python #version 2.03 -#author tobyrosen@ +#author tobyrosen@gmail.com import optparse import sys |
