Author Neil Muller
Recipients Neil Muller
Date 2008-05-10.15:48:11
SpamBayes Score 0.116275
Marked as misclassified No
Message-id <1210434494.63.0.105776836693.issue2809@psf.upfronthosting.co.za>
In-reply-to
Content
split with no sep specified will not return an empty string, whereas
split with sep specified will. 

The attached patch updates the docstring to reflect this for str.split
and unicode.split.
History
Date User Action Args
2008-05-10 15:48:15Neil Mullersetspambayes_score: 0.116275 -> 0.116275
recipients: + Neil Muller
2008-05-10 15:48:14Neil Mullersetspambayes_score: 0.116275 -> 0.116275
messageid: <1210434494.63.0.105776836693.issue2809@psf.upfronthosting.co.za>
2008-05-10 15:48:13Neil Mullerlinkissue2809 messages
2008-05-10 15:48:13Neil Mullercreate