Issue656959

classification
Title: operator module fixes
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: bzimmer Nosy List: bckfnn, bzimmer
Priority: normal Keywords: patch

Created on 2002-12-20.19:19:28 by bzimmer, last changed 2002-12-24.16:56:45 by bzimmer.

Files
File name Uploaded Description Edit Remove
operator.diff bzimmer, 2002-12-20.19:20:35 operator patches
pi.diff bzimmer, 2002-12-20.19:21:21 PyInteger patch
pl.diff bzimmer, 2002-12-20.19:24:54 PyLong patch
Messages
msg2288 (view) Author: Brian Zimmer (bzimmer) Date: 2002-12-20.19:19:28
With the enclosed patches, the operator module passes 
the CPython 2.2 test_operator suite.
msg2289 (view) Author: Finn Bock (bckfnn) Date: 2002-12-23.06:55:07
Logged In: YES 
user_id=4201

Go ahead and commit it. You don't really have to make
patches for such minor stuff.

You might also want to change bugtests/stdtest.py now that
you got test_operator.py working. When it works, it no
longer belongs in the failures group.
msg2290 (view) Author: Brian Zimmer (bzimmer) Date: 2002-12-24.16:56:45
Logged In: YES 
user_id=37674

I applied the patches and updated the stdtest.py list of 
failures.
History
Date User Action Args
2002-12-20 19:19:28bzimmercreate