This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Arfrever, christian.heimes, eli.bendersky, ezio.melotti, flox, georg.brandl, pitrou, python-dev, skrah
Date 2012-10-04.17:56:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XXhc00jJ3zR26@mail.python.org>
In-reply-to
Content
New changeset 7bd9626d8b4f by Antoine Pitrou in branch '3.3':
Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL).
http://hg.python.org/cpython/rev/7bd9626d8b4f

New changeset a8c044188731 by Antoine Pitrou in branch 'default':
Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL).
http://hg.python.org/cpython/rev/a8c044188731
History
Date User Action Args
2012-10-04 17:56:16python-devsetrecipients: + python-dev, georg.brandl, pitrou, christian.heimes, ezio.melotti, Arfrever, eli.bendersky, skrah, flox
2012-10-04 17:56:16python-devlinkissue16089 messages
2012-10-04 17:56:16python-devcreate