>>> Namespaces are a great idea, let's do more of those :) >> A subdomain isn't a namespace? > A subdomain is only a namespace if you use it as one. The following > would be using docs.python.org as a namespace (and is what I think we > should move towards): > > docs.python.org/latest > docs.python.org/dev > docs.python.org/3.2 > docs.python.org/3.1 > docs.python.org/2.7 > docs.python.org/2.6 > etc...
Bikesheddingly, I’d prefer “stable” over ”latest”. That would also better convey the point that 3 is ready for production. Otherwise +1; I find the current hybrid structure suboptimal. Also -1 on docs3, that would suggest that it’s still something special and 2 (= docs) is the real deal. Regards, Hynek _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
