Message 266479 - Python tracker
Message266479
| Author | serhiy.storchaka |
|---|---|
| Recipients | enrico.scame, serhiy.storchaka |
| Date | 2016-05-27.06:02:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1464328968.07.0.176948588125.issue27120@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
See also issue222587. Seems this was the reason why the xmllib module was deprecated. Use the xml package for parsing XML (xml.etree.ElementTree, xml.dom.minidom, xml.sax, etc). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-05-27 06:02:48 | serhiy.storchaka | set | recipients: + serhiy.storchaka, enrico.scame |
| 2016-05-27 06:02:48 | serhiy.storchaka | set | messageid: <1464328968.07.0.176948588125.issue27120@psf.upfronthosting.co.za> |
| 2016-05-27 06:02:48 | serhiy.storchaka | link | issue27120 messages |
| 2016-05-27 06:02:47 | serhiy.storchaka | create | |