Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.06; 'subject:support': 0.07; 'pep': 0.09; 'recommends': 0.09; 'python': 0.11; '333': 0.16; 'choice,': 0.16; 'wsgi': 0.16; 'wrote:': 0.18; 'deployment': 0.19; 'seems': 0.21; 'header:User- Agent:1': 0.23; 'days,': 0.24; 'gateway': 0.24; 'looks': 0.24; 'subject:/': 0.26; 'supported': 0.26; 'defined': 0.27; 'header:In- Reply-To:1': 0.27; 'programming.': 0.30; 'received:10.0.0': 0.31; 'but': 0.35; 'interface,': 0.36; 'module.': 0.36; 'received:10.0': 0.36; 'received:10': 0.37; 'server': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'john': 0.61; 'first': 0.61; 'more': 0.64; 'different': 0.65; 'world': 0.66; 'short,': 0.84; 'choice.': 0.93; 'directly.': 0.95 Date: Sun, 29 Mar 2015 14:06:59 -0500 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Subject: Re: Python 3 lack of support for fcgi/wsgi. References: In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [73.5.142.244] X-ClientProxiedBy: CY1PR0601CA0033.namprd06.prod.outlook.com (25.160.162.43) To BY1PR03MB1498.namprd03.prod.outlook.com (25.162.210.144) Authentication-Results: python.org; dkim=none (message not signed) header.d=none; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY1PR03MB1498; X-Forefront-Antispam-Report: BMV:1; SFV:NSPM; SFS:(10019020)(6009001)(6049001)(24454002)(75432002)(77156002)(59896002)(2950100001)(76176999)(50986999)(450100001)(62966003)(40100003)(122386002)(77096005)(2351001)(46102003)(89122001)(92566002)(107886001)(50466002)(33656002)(88552001)(110136001)(87266999)(47776003)(87976001)(42186005)(54356999)(66066001)(65806001)(65956001)(23676002); DIR:OUT; SFP:1102; SCL:1; SRVR:BY1PR03MB1498; H:[10.0.0.21]; FPR:; SPF:None; MLV:sfv; LANG:en; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(5002010)(5005006); SRVR:BY1PR03MB1498; BCL:0; PCL:0; RULEID:; SRVR:BY1PR03MB1498; X-Forefront-PRVS: 0530FCB552 X-OriginatorOrg: my.hennepintech.edu X-MS-Exchange-CrossTenant-OriginalArrivalTime: 29 Mar 2015 19:07:05.6563 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY1PR03MB1498 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1427656036 news.xs4all.nl 2834 [2001:888:2000:d::a6]:49064 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:88277 On 2015.03.29 13:57, John Nagle wrote: > There's "wsgiref", which looks more promising, but has a different > interface. That's not what the Python documentation recommends as > the first choice, but it's a standard module. Oh? > These days, FastCGI is never used directly. Just like mod_python, it is only used for the deployment of WSGI applications. > ... > The Web Server Gateway Interface, or WSGI for short, is defined in PEP 333 and is currently the best way to do Python web programming. It seems to me that FastCGI isn't well supported in the Python world because WSGI is by far the recommended choice.