Message309891
| Author | scoder |
|---|---|
| Recipients | eli.bendersky, gphemsley, ned.deily, scoder, serhiy.storchaka |
| Date | 2018-01-13.17:10:33 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1515863433.96.0.467229070634.issue29209@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Patch looks right to me. I'd personally be ok with applying it to 3.7, but I'll leave the decision to you. Most of the removed "features" are non-controversial, except: - "getchildren()" is probably still in use, also because it's more efficient than "list(elem)" in lxml (and has never been deprecated there), so code that supports both libraries might have preferred it - cElementTree is probably still imported by quite a bit of code So, this will have an impact on user code, despite any previous deprecation warnings. But it's easy to resolve in a backwards compatible way. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-01-13 17:10:34 | scoder | set | recipients: + scoder, ned.deily, eli.bendersky, serhiy.storchaka, gphemsley |
| 2018-01-13 17:10:33 | scoder | set | messageid: <1515863433.96.0.467229070634.issue29209@psf.upfronthosting.co.za> |
| 2018-01-13 17:10:33 | scoder | link | issue29209 messages |
| 2018-01-13 17:10:33 | scoder | create | |