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 martin.panter
Recipients brycenesbitt, eli.bendersky, jjmiller50, martin.panter, pocek, rhettinger, scoder
Date 2016-07-27.23:22:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469661768.71.0.474751718682.issue18304@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps it would make more sense to use rpartition() or rstrip(). It seems possible to have a closing curly bracket in a namespace, but not in a element tag or attribute name.

My guess is the __all__ failure is just a sign to add the new function to the __all__ variable at the top of the module.
History
Date User Action Args
2016-07-27 23:22:48martin.pantersetrecipients: + martin.panter, rhettinger, scoder, eli.bendersky, brycenesbitt, pocek, jjmiller50
2016-07-27 23:22:48martin.pantersetmessageid: <1469661768.71.0.474751718682.issue18304@psf.upfronthosting.co.za>
2016-07-27 23:22:48martin.panterlinkissue18304 messages
2016-07-27 23:22:48martin.pantercreate