E&S CVS Commit: PEAK - New features:

tsarna at eby-sarna.com tsarna at eby-sarna.com
Wed Jul 9 12:12:01 EDT 2003


Module Name:	PEAK
Committed By:	tsarna
Date:		Wed Jul  9 16:11:55 UTC 2003

Modified Files:
	PEAK/src/peak/running/tools/n2: main.py ns.py

Log Message:
New features:

- bind command (untested)

- cd, ls, and the new bind and set commands can take $variable
  references. These reference variables in the interactive python
  interpreter's dictionary.  This is useful so you can create an object
  in the python interpreter, then go back into the namespace shell and
  bind it in someplace.

- set/unset/show variable commands let you work with variables in the
  interactive python interpreter's dictionary, so that it isn't
  necessary to drop into python quite so much.

Fixes:

- things looked up should get a parent component suggested now.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/running/tools/n2/main.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PEAK/src/peak/running/tools/n2/ns.py.diff?r1=1.3&r2=1.4

To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/running/tools/n2/main.py
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/running/tools/n2/ns.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list