commit | 2f1b1ffb1d4bb73f6269e95d50cea04eb206d417 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Mon Aug 09 20:46:49 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Mon Aug 09 20:46:49 2010 +0000 |
tree | 462992ed1c3eb5645a9948f3511efff0aa659830 | |
parent | 0fad1c2272ed68d877c89b10da5265cf403cf189 [diff] |
Merged revisions 83864 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83864 | florent.xicluna | 2010-08-09 01:08:41 +0200 (lun., 09 août 2010) | 2 lines Fix xml.etree.ElementInclude to include the tail of the current node. Issue #6231 ........