Update of /cvsroot/boost/boost/libs/python/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6130/libs/python/test

Modified Files:
        vector_indexing_suite.py 
Log Message:
minor tweak

Index: vector_indexing_suite.py
===================================================================
RCS file: /cvsroot/boost/boost/libs/python/test/vector_indexing_suite.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- vector_indexing_suite.py    22 Jun 2006 13:33:46 -0000      1.9
+++ vector_indexing_suite.py    22 Jun 2006 13:43:09 -0000      1.10
@@ -326,6 +326,8 @@
 #####################################################################
 >>> sv = StringVec()
 >>> sv.append('a')
+>>> print sv[0]
+a
 
 #####################################################################
 # END.... 


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to