From owner-freebsd-hackers@FreeBSD.ORG Sat Feb 7 17:42:08 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22713D0 for ; Sat, 7 Feb 2015 17:42:08 +0000 (UTC) Received: from smtp77.iad3a.emailsrvr.com (smtp77.iad3a.emailsrvr.com [173.203.187.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EADE81F8 for ; Sat, 7 Feb 2015 17:42:07 +0000 (UTC) Received: from smtp18.relay.iad3a.emailsrvr.com (localhost.localdomain [127.0.0.1]) by smtp18.relay.iad3a.emailsrvr.com (SMTP Server) with ESMTP id 8B3AA2801B6 for ; Sat, 7 Feb 2015 12:36:08 -0500 (EST) X-SMTPDoctor-Processed: csmtpprox beta Received: from smtp18.relay.iad3a.emailsrvr.com (localhost.localdomain [127.0.0.1]) by smtp18.relay.iad3a.emailsrvr.com (SMTP Server) with ESMTP id 8682A2801B7 for ; Sat, 7 Feb 2015 12:36:08 -0500 (EST) Received: by smtp18.relay.iad3a.emailsrvr.com (Authenticated sender: ben-AT-acustat.org) with ESMTPSA id 683BC2801B6 for ; Sat, 7 Feb 2015 12:36:08 -0500 (EST) X-Sender-Id: ben@acustat.org Received: from [192.168.1.99] (cpe-72-225-8-217.rochester.res.rr.com [72.225.8.217]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA) by 0.0.0.0:465 (trex/5.4.2); Sat, 07 Feb 2015 17:36:08 GMT Message-ID: <54D64D07.5080509@acustat.org> Date: Sat, 07 Feb 2015 12:36:07 -0500 From: Benjamin Adams User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: "freebsd-hackers@freebsd.org" Subject: Coding Structure and Documentation Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 17:42:08 -0000 Hello Hackers, I'm going to be starting a new coding project that will be built on FreeBSD. Before starting, I would like to review any coding documentation on structure and layout of comments, spacing vs tabs, etc. Or just go by the structure set by the language. (http://legacy.python.org/dev/peps/pep-0008/) Language I will be coding in is Python. I will be building the project on FreeBSD 11 with the idea of releasing it shortly after FreeBSD 11 is moved to STABLE. Lastly what version of Python will be the primary version on 11? Googling I only found: https://www.freebsd.org/doc/en/articles/building-products/article.html Thanks for any help on this.