On 2/12/2013 6:20 PM, MRAB wrote: > Tuples are much like immutable lists; sets were added, and then frozensets; > should we be adding mutable strings too (a bit like C#'s StringBuilder)? > (Just wondering...) StringIO is effectively a mutable string with a file interface. sio.write('abc') is the equivalent of lis.extend(['a', 'b', 'c']). -- Terry Jan Reedy
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