This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | chris.jerdonek |
|---|---|
| Recipients | chris.jerdonek, docs@python |
| Date | 2012年09月28日.03:28:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1348802928.91.0.483315900162.issue16072@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Date: 2012年9月13日 09:42:47 -0400 > To: <docs@python.org> > Subject: [docs] Problem with the documentation for string.replace > > >From http://docs.python.org/library/string.html > > string.replace(str, old, new[, maxreplace])?<http://docs.python.org/library/string.html#string.replace> > Return a copy of string str with all occurrences of substring old replaced by new. If the optional argument maxreplace is given, the first maxreplace occurrences are replaced. > > it would appear this needs to be > string.replace(old, new[, maxreplace])?<http://docs.python.org/library/string.html#string.replace> (from: http://mail.python.org/pipermail/docs/2012-September/010521.html ) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012年09月28日 03:28:48 | chris.jerdonek | set | recipients: + chris.jerdonek, docs@python |
| 2012年09月28日 03:28:48 | chris.jerdonek | set | messageid: <1348802928.91.0.483315900162.issue16072@psf.upfronthosting.co.za> |
| 2012年09月28日 03:28:48 | chris.jerdonek | link | issue16072 messages |
| 2012年09月28日 03:28:48 | chris.jerdonek | create | |