Message153321
| Author | eli.bendersky |
|---|---|
| Recipients | Arfrever, effbot, eli.bendersky, eric.araujo, ezio.melotti, flox, python-dev, scoder, tshepang |
| Date | 2012-02-14.03:56:58 |
| SpamBayes Score | 0.00021469 |
| Marked as misclassified | No |
| Message-id | <1329191819.73.0.208372825048.issue13988@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I started going over the deprecated methods in ElementTree and ran into a more serious problem. XmlParser.doctype() is listed as deprecated, and indeed ElementTree (the Python version) issues a deprecation warning. However, the C implementation doesn't have doctype() at all so I get AttributeError. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-02-14 03:56:59 | eli.bendersky | set | recipients: + eli.bendersky, effbot, scoder, ezio.melotti, eric.araujo, Arfrever, flox, tshepang, python-dev |
| 2012-02-14 03:56:59 | eli.bendersky | set | messageid: <1329191819.73.0.208372825048.issue13988@psf.upfronthosting.co.za> |
| 2012-02-14 03:56:59 | eli.bendersky | link | issue13988 messages |
| 2012-02-14 03:56:58 | eli.bendersky | create | |