Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is python.org powered by CPython?

13 views
Skip to first unread message

Carlos Nepomuceno

unread,
May 24, 2013, 10:08:36 PM5/24/13
to pytho...@python.org
Is python.org powered by CPython?

Is it using WSGI?

What Python version is been used?

I already checked it's using Apache. Is it using mod_wsgi?

Thanks in advance.

Ned Deily

unread,
May 24, 2013, 10:58:12 PM5/24/13
to pytho...@python.org
In article <BLU176-W964412BFD...@phx.gbl>,
Carlos Nepomuceno <carlosne...@outlook.com> wrote:
> Is python.org powered by CPython?

Like many websites, the python.org domain consists of a number of
subdomains with several different webservers on various hosts. AFAIK,
the main www.python.org server is currently all (or mainly) static
content served by Apache, although the static files are, in part,
generated by a home-grown content management system powered by CPython.
I'm not sure about the details of the other servers. For example, both
bugs.python.org and hg.python.org have CPython applications behind them:
Roundup and Mercurial.

FTR, the whole python.org web domain is being redesigned so the details
of what is under the covers will be changing. Jesse Noller posted about
the redesign process some months ago:

http://jessenoller.com/blog/2012/11/28/the-great-python-org-redesign

--
Ned Deily,
n...@acm.org

0 new messages