[issue1613130] str.split creates new string even if pattern not found

2010-04-01 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Fixed with #7622, and USE_FAST flag removed. -- nosy: +flox resolution: - out of date stage: needs patch - committed/rejected status: open - closed ___ Python tracker

[issue1613130] str.split creates new string even if pattern not found

2010-04-01 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- superseder: - [patch] improve unicode methods: split() rsplit() and replace() ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1613130

[issue1613130] str.split creates new string even if pattern not found

2009-03-13 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- stage: - needs patch type: feature request - performance versions: +Python 2.7, Python 3.1 -Python 2.5, Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1613130