Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsreader4.netcologne.de!news.netcologne.de!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '2.7': 0.04; 'subject:Python': 0.06; 'python': 0.08; '<>,': 0.09; 'chose': 0.09; 'url:faq': 0.09; 'am,': 0.13; 'wrote:': 0.15; 'excellent!': 0.16; 'subject:Programming': 0.16; 'thanks,': 0.17; 'programming': 0.18; 'header:In-Reply-To:1': 0.22; 'received:209.85.213.46': 0.23; 'received:mail-yw0-f46.google.com': 0.23; 'fri,': 0.28; 'message-id:@mail.gmail.com': 0.28; 'subject:?': 0.31; 'to:addr :python-list': 0.34; 'there': 0.34; 'richard': 0.34; 'faq': 0.35; 'url:python': 0.37; 'but': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'url:docs': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'where': 0.40; 'url:index': 0.61; 'dick': 0.84; 'subject:there': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=E9bjA5/igGcfqX6AMqMM+Nt0x9zrSsTRrh6dTZVWNgI=; b=wxInKIKnwKah7BO6KA3b/RCD9UqWTXlslpoTw81oUETaT2yToWe2R1wfYvfCDMetYi L5/snX6fBT+JSHAWX0hCd7NA3ta6sJIhZsa9E2trpER/ek35V0diLoWuP7LvlHWLHplh pUDGqDEnliQF3ZbEzTYHPJxEj5FLizUmusEoM= MIME-Version: 1.0 In-Reply-To: <4E20CF9A.4070204@jollybox.de> References: <4E20CF9A.4070204@jollybox.de> From: "Richard D. Moores" Date: Fri, 15 Jul 2011 16:57:05 -0700 Subject: Re: Is there a Programming FAQ for Python 3.x? To: python-list@python.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1310774247 news.xs4all.nl 23975 [2001:888:2000:d::a6]:49509 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:9585 On Fri, Jul 15, 2011 at 16:39, Thomas Jollans wrote: > On 07/16/2011 01:24 AM, Richard D. Moores wrote: >> Is there a Programming FAQ for Python 3.x? There is >> , but it's for 2.7 >> >> Thanks, >> >> Dick Moores > > http://docs.python.org/py3k/faq/index.html Excellent! I was going from where I chose "FAQs" from the left column. Dick