> What's still missing is the version for unicode. Note that my patch > http://www.python.org/sf/424606 works a little different: Here the > argument is a complete word that should be stripped, not a collection > of characters, i.e. > your version: "oofoo".strip("foo") => "" > my version: "oofoo".strip("foo") => "oo" Aargh! I prefer my version -- it's more similar to the default usage (which boils down to something like s.strip(" \t\n\r\f")) and more practical (e.g. stripping trailing punctuation). --Guido van Rossum (home page: http://www.python.org/~guido/)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4