Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74993 > unrolled thread
| Started by | Monte Milanuk <memilanuk@invalid.com> |
|---|---|
| First post | 2014-07-22 12:23 +0000 |
| Last post | 2014-07-22 12:23 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Removing xml element and strip extra space Monte Milanuk <memilanuk@invalid.com> - 2014-07-22 12:23 +0000
| From | Monte Milanuk <memilanuk@invalid.com> |
|---|---|
| Date | 2014-07-22 12:23 +0000 |
| Subject | Re: Removing xml element and strip extra space |
| Message-ID | <mailman.12179.1406031826.18130.python-list@python.org> |
On 2014-07-22, varun bhatnagar <varun292006@gmail.com> wrote: > I want to strip the space between *<nodePeriod>* and *</nodeInfo>* > Can anyone suggest a way out to do that? Look at str.rstrip() - by default it removes trailing whitespace including carriage returns.
Back to top | Article view | comp.lang.python
csiph-web