# HG changeset patch # User catherine@dellzilla # Date 1237918531 14400 # Node ID 0bae9aaf331abf89344f691de15c648e31e29f2e # Parent e91808980e5978c83cd9acde3257d0f5ef3121a0 0.5.0 diff -r e91808980e59 -r 0bae9aaf331a setup.py --- a/setup.py Tue Mar 24 14:11:49 2009 -0400 +++ b/setup.py Tue Mar 24 14:15:31 2009 -0400 @@ -3,7 +3,7 @@ setup( name="cmd2", - version="0.4.8", + version="0.5.0", py_modules=["cmd2",], # metadata for upload to PyPI @@ -29,6 +29,8 @@ * > (filename), >> (filename) redirect output to file * < (filename) gets input from file * bare >, >>, < redirect to/from paste buffer + * accepts abbreviated commands when unambiguous + * `py` enters interactive Python console * test apps against sample session transcript (see example/example.py) Useable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd.