Issue1762637

classification
Title: patch for [1758276 ] Builtin eqlity like str.__eq__ rets no
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, mehendran
Priority: normal Keywords: patch

Created on 2007-07-28.11:48:06 by mehendran, last changed 2007-07-30.04:34:18 by cgroves.

Files
File name Uploaded Description Edit Remove
str__eq__ret_zero_patch.txt mehendran, 2007-07-28.11:48:06 patch file
Messages
msg2767 (view) Author: Mehendran (mehendran) Date: 2007-07-28.11:48:06
Patch for [ 1758276 ] Builtin equality functions like
str.__eq__ return an int no

Tested with test_doctest*.py testcases. It works fine.

Plz find the file patch attached

msg2768 (view) Author: Charlie Groves (cgroves) Date: 2007-07-30.04:34:18
Patch applied in r3368.
History
Date User Action Args
2007-07-28 11:48:06mehendrancreate