You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tashi-commits@incubator.apache.org by st...@apache.org on 2012/06/17 22:48:55 UTC

svn commit: r1351177 - /incubator/tashi/trunk/doc/DEVELOPMENT

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
+