From 93bff8841e53b7a47dedc0509d4986e79b4e71a3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 11 Jan 2012 04:18:20 -0800 Subject: DEVELOPING: remove section about string module The module no longer exists since Python 2.7, so by now it should be obvious that it's obsolete. --- DEVELOPING | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/DEVELOPING b/DEVELOPING index 8286a8bcf..2c98ddba5 100644 --- a/DEVELOPING +++ b/DEVELOPING @@ -33,27 +33,6 @@ The mixing of tabs and spaces means other developers can't read what you did. This is why the python peps state spaces over tabs; because with spaces the line wrapping is always clear (but you cannot convert spaces as easily as tabwidth). -String -------- -Try not to use the functions in the string module, they are deprecated. - -string.join(," ") - -should be replaced with: - -" ".join() - -and: - -string.split(string, delimeter) - -should be replaced with: - -"somestring".split(delimeter) - -Nearly all other methods in string work on string objects and have similar calling -conventions. - Comparisons ----------- -- cgit v1.2.3-1-g7c22