Issue477768

classification
Title: ord([123]) 21a3
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn, ype
Priority: normal Keywords:

Created on 2001-11-03.12:33:19 by ype, last changed 2001-11-03.19:43:13 by bckfnn.

Messages
msg449 (view) Author: Ype (ype) Date: 2001-11-03.12:33:19
ord([123]) gives a java.lang.ClassException in 21a3, but 
I'd expect a TypeError.
msg450 (view) Author: Finn Bock (bckfnn) Date: 2001-11-03.19:40:03
Logged In: YES 
user_id=4201

Added as test334.py.
msg451 (view) Author: Finn Bock (bckfnn) Date: 2001-11-03.19:43:13
Logged In: YES 
user_id=4201

Fixed in Py.java: 2.53;
History
Date User Action Args
2001-11-03 12:33:19ypecreate