add __and__ to builtin descriptors (PY-557)

This commit is contained in:
Dmitry Jemerov
2010-03-16 18:36:41 +03:00
parent 0b115b0eea
commit 17badef5d2
@@ -80,6 +80,7 @@ public class PyNames {
_BuiltinMethods.put("__abs__", _only_self_descr);
_BuiltinMethods.put("__add__", _self_other_descr);
_BuiltinMethods.put("__and__", _self_other_descr);
//_BuiltinMethods.put("__all__", _only_self_descr);
//_BuiltinMethods.put("__author__", _only_self_descr);
//_BuiltinMethods.put("__bases__", _only_self_descr);