$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r73713 - sandbox/numpy/libs/numpy/example
From: ankitdaf_at_[hidden]
Date: 2011-08-13 09:55:05
Author: ankitdaf
Date: 2011-08-13 09:55:03 EDT (Sat, 13 Aug 2011)
New Revision: 73713
URL: http://svn.boost.org/trac/boost/changeset/73713
Log:
Removed todo
Text files modified: 
   sandbox/numpy/libs/numpy/example/ndarray.cpp |     3 ---                                     
   1 files changed, 0 insertions(+), 3 deletions(-)
Modified: sandbox/numpy/libs/numpy/example/ndarray.cpp
==============================================================================
--- sandbox/numpy/libs/numpy/example/ndarray.cpp	(original)
+++ sandbox/numpy/libs/numpy/example/ndarray.cpp	2011-08-13 09:55:03 EDT (Sat, 13 Aug 2011)
@@ -1,10 +1,7 @@
 /**
  *  @brief An example to show how to create ndarrays using arbitrary Python sequences
  *         The Python sequence could be any object whose __array__ method returns an array, or any (nested) sequence.
- *
- *  @todo Find a way to create a list explicitly
  *	  
-
  *        
  */