Issue1244272

classification
Title: str() throws NullPointerException
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: fwierzbicki Nosy List: fwierzbicki
Priority: normal Keywords:

Created on 2005-07-25.07:43:44 by anonymous, last changed 2005-08-01.17:45:03 by fwierzbicki.

Messages
msg1010 (view) Author: Nobody/Anonymous (nobody) Date: 2005-07-25.07:43:44
I don't know the proper way for str() to work but in Python, str() [no args] just retuns an empty string. In Jython this throws a nasty nullpointerexception (probably assuming that the "argument" was null).

I've got this error in the latest 2.2a version.
msg1011 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2005-08-01.17:45:03
Logged In: YES 
user_id=193969

Fixed on tip.
History
Date User Action Args
2005-07-25 07:43:44anonymouscreate