2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-28 07:22:31 +00:00

Make object comparison operators return object instead of bool, to

accomodate strange beasts like numarray arrays that return arrays that
can't be used as truth values from their comparison ops.

Fix numpy test for portability with old doctest (again!)


[SVN r35572]
This commit is contained in:
Dave Abrahams
2006-10-12 09:07:07 +00:00
parent 991a7c198a
commit c3bd0fcbad
4 changed files with 33 additions and 14 deletions

View File

@@ -1,3 +1,4 @@
Warning: No xauth data; using fake authentication data for X11 forwarding.
#include <boost/python.hpp>
#include <boost/python/slice.hpp>
#include <boost/python/str.hpp>