changeset 238:0bae9aaf331a 0.5.0

0.5.0
author catherine@dellzilla
date Tue, 24 Mar 2009 14:15:31 -0400
parents e91808980e59
children e85637123fcd
files setup.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.