Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55458 - sandbox-branches/bhy/py3k/libs/python/src
From: divinekid_at_[hidden]
Date: 2009-08-08 05:28:39


Author: bhy
Date: 2009-08-08 05:28:38 EDT (Sat, 08 Aug 2009)
New Revision: 55458
URL: http://svn.boost.org/trac/boost/changeset/55458

Log:
remove comment nolonger valid
Text files modified:
   sandbox-branches/bhy/py3k/libs/python/src/str.cpp | 1 -
   1 files changed, 0 insertions(+), 1 deletions(-)

Modified: sandbox-branches/bhy/py3k/libs/python/src/str.cpp
==============================================================================
--- sandbox-branches/bhy/py3k/libs/python/src/str.cpp (original)
+++ sandbox-branches/bhy/py3k/libs/python/src/str.cpp 2009-08-08 05:28:38 EDT (Sat, 08 Aug 2009)
@@ -148,7 +148,6 @@
 }
 
 
-// XXX(bhy) Why not use extract<long> instead of Python C-API?
 #if PY_VERSION_HEX >= 0x03000000
     #define _BOOST_PYTHON_ASLONG PyLong_AsLong
 #else


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk