[issue22792] string replace() not documented

4 Nov
2014
4 Nov
'14
3:57 p.m.
R. David Murray added the comment:
To clarify for the OP: in python3 the 'string' module does not contain a replace function, whereas in 2.7 it did. 'replace' is only a method on str in python3, whereas in 2.7 it is both an str method and a function in the string module.
---------- nosy: +r.david.murray
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue22792 _______________________________________
3060
Age (days ago)
3060
Last active (days ago)
0 comments
1 participants
participants (1)
-
R. David Murray