Issue1758315

classification
Title: org.python.modules.operator lacks is and is_not functions
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves
Priority: normal Keywords: test failure causes

Created on 2007-07-22.04:40:34 by cgroves, last changed 2007-08-14.05:19:38 by cgroves.

Messages
msg1766 (view) Author: Charlie Groves (cgroves) Date: 2007-07-22.04:40:34
operator is missing the is and is_not functions which is causing failures in test_bool and test_operator.
msg1767 (view) Author: Charlie Groves (cgroves) Date: 2007-08-14.05:19:38
Fixed in r3415.
History
Date User Action Args
2007-07-22 04:40:34cgrovescreate