Message318419
| Author | gibfahn |
|---|---|
| Recipients | gibfahn, serhiy.storchaka, vstinner |
| Date | 2018-06-01.14:38:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1527863918.65.0.81473610881.issue33732@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
As an addendum, I note that other parsers, like:
parser = lxml.etree.XMLParser(compact=False)
etree.parse(some_fd, parser).find('some_text').text
do not close the fd they are given. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-01 14:38:38 | gibfahn | set | recipients: + gibfahn, vstinner, serhiy.storchaka |
| 2018-06-01 14:38:38 | gibfahn | set | messageid: <1527863918.65.0.81473610881.issue33732@psf.upfronthosting.co.za> |
| 2018-06-01 14:38:38 | gibfahn | link | issue33732 messages |
| 2018-06-01 14:38:38 | gibfahn | create | |