Issue655971

classification
Title: Fix for bug 654863 'a '.split(None, 1)
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: pedronis Nosy List: pedronis, ype
Priority: normal Keywords: patch

Created on 2002-12-18.21:24:23 by ype, last changed 2003-07-11.22:17:02 by pedronis.

Files
File name Uploaded Description Edit Remove
patch654863try1.txt ype, 2002-12-18.21:33:02 The patch
Messages
msg2281 (view) Author: Ype (ype) Date: 2002-12-18.21:24:23
Corrected split() in PyString.java.
Added a test to bugtests/test029.py.
msg2282 (view) Author: Ype (ype) Date: 2002-12-18.21:33:02
Logged In: YES 
user_id=125722


msg2283 (view) Author: Samuele Pedroni (pedronis) Date: 2003-07-11.21:21:29
Logged In: YES 
user_id=61408

does the patch work with

'a'.split(None,1)?

I will check in a slightly modified version.

msg2284 (view) Author: Samuele Pedroni (pedronis) Date: 2003-07-11.22:17:02
Logged In: YES 
user_id=61408

ok, I have committed a slightly different version. Regr
tests have been added to test029.py .
History
Date User Action Args
2002-12-18 21:24:23ypecreate