Message156682
| Author |
adpoliak |
| Recipients |
adpoliak, eli.bendersky, serhiy.storchaka |
| Date |
2012年03月24日.00:57:31 |
| SpamBayes Score |
0.00011107884 |
| Marked as misclassified |
No |
| Message-id |
<1332550652.52.0.58539801685.issue14377@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
To answer eli.bendersky's questions:
1. That's just the name of the file with my changes in it.
I pulled the original file from Hg, copied it to "ElementTree_new.py", made my changes, and created a patch from the two.
2. I'm not very familiar with the structure of the codebase for Python, so I'll provide some information that sounds relevant to me...
The changes I made were for the ElementTree.py file under cpython/Lib/xml/etree/ .
I used http://hg.python.org/cpython/file/54055646fd1f/Lib/xml/etree/ElementTree.py as the base to make a new patch, reflecting storchaka's recommendation on logic order and a clarification on path name for the modified file.
The source for the 'ElementC14N' module is not part of Python, so I cannot modify the code for the '_serialize_c14n' function.
It appears that this is dependent on http://bugs.python.org/issue13611 .
Looks like I may need to refactor this patch to work in a way that does not alter the signature for the _serialize_* methods. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年03月24日 00:57:32 | adpoliak | set | recipients:
+ adpoliak, eli.bendersky, serhiy.storchaka |
| 2012年03月24日 00:57:32 | adpoliak | set | messageid: <1332550652.52.0.58539801685.issue14377@psf.upfronthosting.co.za> |
| 2012年03月24日 00:57:31 | adpoliak | link | issue14377 messages |
| 2012年03月24日 00:57:31 | adpoliak | create |
|