Message153086
| Author | eli.bendersky |
|---|---|
| Recipients | effbot, eli.bendersky, eric.araujo, ezio.melotti, flox, scoder |
| Date | 2012-02-11.03:34:50 |
| SpamBayes Score | 2.7450636e-08 |
| Marked as misclassified | No |
| Message-id | <1328931291.95.0.141909437249.issue13988@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Ezio, >> We are assuming that _elementtree might be missing, but what are the cases where this might actually happen? Other implementations like PyPy? Exotic platforms that can't compile _elementtree? I guess both. To make the stdlib work on PyPy without changes, it has to be able to load the pure Python modules in a fallback. As for platforms that can't compile _elementtree, keep in mind that there's also expat which _elementtree uses, so it's a lot of code to compile. Python works on some embedded systems, I'm not sure all of them can compile this code. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-02-11 03:34:52 | eli.bendersky | set | recipients: + eli.bendersky, effbot, scoder, ezio.melotti, eric.araujo, flox |
| 2012-02-11 03:34:51 | eli.bendersky | set | messageid: <1328931291.95.0.141909437249.issue13988@psf.upfronthosting.co.za> |
| 2012-02-11 03:34:51 | eli.bendersky | link | issue13988 messages |
| 2012-02-11 03:34:50 | eli.bendersky | create | |