From: Artem Y. <ne...@gm...> - 2008-08-10 21:40:50
|
Waylan Limberg wrote: > Anyone have any objections to either the docs or extensions move? If > there's no objections, I'll merge it in. If I get objections to only > one or the other, I can work with that too. > I don't have any objections, and think it's good idea. > One other question: if we do the extension reorg, should the > extensions be 'mdx.mdx_extname.py' or 'mdx.extname.py'? It's just that > the extra 'mdx' seems redundant - but given that we've already > established that naming convention, maybe we should leave it. > Thoughts? > Vote for names without "mdx_" prefix :) we already have namespace for extension and there is no need to add pseudo-namespace. I think in general, such technique(adding prefixes) is unpythonic, because in Python we have real namespacing. |