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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user