From tashi-commits-return-531-apmail-incubator-tashi-commits-archive=incubator.apache.org@incubator.apache.org Sun Jun 17 22:49:20 2012 Return-Path: X-Original-To: apmail-incubator-tashi-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-tashi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C78092D8 for ; Sun, 17 Jun 2012 22:49:20 +0000 (UTC) Received: (qmail 78148 invoked by uid 500); 17 Jun 2012 22:49:20 -0000 Delivered-To: apmail-incubator-tashi-commits-archive@incubator.apache.org Received: (qmail 78125 invoked by uid 500); 17 Jun 2012 22:49:20 -0000 Mailing-List: contact tashi-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tashi-dev@incubator.apache.org Delivered-To: mailing list tashi-commits@incubator.apache.org Received: (qmail 78111 invoked by uid 99); 17 Jun 2012 22:49:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jun 2012 22:49:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_FRT_STOCK2 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jun 2012 22:49:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0DA7F238896F; Sun, 17 Jun 2012 22:48:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1351177 - /incubator/tashi/trunk/doc/DEVELOPMENT Date: Sun, 17 Jun 2012 22:48:55 -0000 To: tashi-commits@incubator.apache.org From: stroucki@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120617224856.0DA7F238896F@eris.apache.org> Author: stroucki Date: Sun Jun 17 22:48:55 2012 New Revision: 1351177 URL: http://svn.apache.org/viewvc?rev=1351177&view=rev Log: add comment on using Python identifiers as our own variables. Modified: incubator/tashi/trunk/doc/DEVELOPMENT Modified: incubator/tashi/trunk/doc/DEVELOPMENT URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/doc/DEVELOPMENT?rev=1351177&r1=1351176&r2=1351177&view=diff ============================================================================== --- incubator/tashi/trunk/doc/DEVELOPMENT (original) +++ incubator/tashi/trunk/doc/DEVELOPMENT Sun Jun 17 22:48:55 2012 @@ -8,3 +8,9 @@ Future goals: Other ideas: * Make available a console aggregator for user's VMs. + +Python caveats: + * We've liked to use variables like bin, id, sum, input, etc. are + built-in, and will be flagged by pydev + * pydev does not like python modules with a dash in the name +