Message153068
> What I had in mind is more like:
> - ElementTree: defines the python code and if _elementtree is available overrides part of it with the functions imported from it;
The problem with this is the bootstrap Python code executed by
_elementtree. That should not be executed when _elementtree (the C
parts) can't be imported. Keeping this code in ElementTree will
probably complicate matters since it will add import conditions. |
|
Date |
User |
Action |
Args |
2012-02-10 17:26:52 | eli.bendersky | set | recipients:
+ eli.bendersky, effbot, scoder, ezio.melotti, flox |
2012-02-10 17:26:48 | eli.bendersky | link | issue13988 messages |
2012-02-10 17:26:48 | eli.bendersky | create | |
|