changeset 273:fd5197498667

merge
author catherine@cordelia
date Wed, 29 Apr 2009 22:35:24 -0400
parents d68d83f42254 (diff) fd40eca6939a (current diff)
children 540315f06a17
files cmd2.py
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/cmd2.py	Thu Apr 09 00:15:33 2009 -0400
+++ b/cmd2.py	Wed Apr 29 22:35:24 2009 -0400
@@ -26,7 +26,7 @@
 import unittest, string, datetime, urllib, glob
 from code import InteractiveConsole, InteractiveInterpreter, softspace
 from optparse import make_option
-__version__ = '0.5.2'
+__version__ = '0.5.3'
 
 class OptionParser(optparse.OptionParser):
     def exit(self, status=0, msg=None):
@@ -476,8 +476,8 @@
           - terminator: ;
         - terminator: ;        
         >>> print c.parser.parseString('multiline command /* with comment in progress;').dump()
-        ['multiline', ' command /* with comment in progress;']
-        - multilineCommand: multiline        
+        ['multiline', ' command']
+        - multilineCommand: multiline
         >>> print c.parser.parseString('multiline command /* with comment complete */ is done;').dump()
         ['multiline', 'command /* with comment complete */ is done', ';', '']
         - args: command /* with comment complete */ is done
--- a/setup.py	Thu Apr 09 00:15:33 2009 -0400
+++ b/setup.py	Wed Apr 29 22:35:24 2009 -0400
@@ -3,7 +3,7 @@
 
 setup(
     name="cmd2",
-    version="0.5.2",
+    version="0.5.3",
     py_modules=["cmd2",],
     
     # metadata for upload to PyPI