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 serhiy.storchaka
Recipients eli.bendersky, gphemsley, py.user, rhettinger, scoder, serhiy.storchaka
Date 2017-12-24.08:27:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514104051.16.0.213398074469.issue28236@psf.upfronthosting.co.za>
In-reply-to
Content
I concur with Raymond. Supporting non-string tags is a feature of ElementTree that is used internally (for comments, etc) and can be used in user code. And the C implementation intentionally reproduces this feature.
History
Date User Action Args
2017-12-24 08:27:31serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, scoder, eli.bendersky, py.user, gphemsley
2017-12-24 08:27:31serhiy.storchakasetmessageid: <1514104051.16.0.213398074469.issue28236@psf.upfronthosting.co.za>
2017-12-24 08:27:31serhiy.storchakalinkissue28236 messages
2017-12-24 08:27:30serhiy.storchakacreate