Message 137104 - Python tracker

Message137104

Author library.engine
Recipients dmtr, effbot, flox, library.engine, scoder
Date 2011-05-28.01:55:23
SpamBayes Score 2.056436e-05
Marked as misclassified No
Message-id <1306547724.75.0.210574417432.issue8583@psf.upfronthosting.co.za>
In-reply-to
Content
I second request for tag names not prefixed with a root namespace in python,
mostly because of ugly code, as performance degradation is negligible on relatively small files. But this ubiquitous repeating (even in the case if you're appending a variable to every tag name) is just against the DRY principle, and I don't like it.
I think an extra option to pass list of namespaces that should NOT be prepended to the tag names would be sufficient.
History
Date User Action Args
2011-05-28 01:55:24library.enginesetrecipients: + library.engine, effbot, scoder, flox, dmtr
2011-05-28 01:55:24library.enginesetmessageid: <1306547724.75.0.210574417432.issue8583@psf.upfronthosting.co.za>
2011-05-28 01:55:24library.enginelinkissue8583 messages
2011-05-28 01:55:23library.enginecreate