E&S CVS Commit: PEAK - Added __name__ and __doc__ capability for most attribute bindings, so that

pje at eby-sarna.com pje at eby-sarna.com
Fri Sep 20 18:57:00 EDT 2002


Module Name:	PEAK
Committed By:	pje
Date:		Fri Sep 20 22:56:54 UTC 2002

Modified Files:
	PEAK/src/peak/binding: components.py once.py

Log Message:
Added __name__ and __doc__ capability for most attribute bindings, so that
Python's help() can give more meaningful info.  (Mostly, though, bindings
confuse the heck out of help(), as it thinks that only methods have
descriptors that have '__get__' without '__set__'.)


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.37&r2=1.38
http://cvs.eby-sarna.com/PEAK/src/peak/binding/once.py.diff?r1=1.14&r2=1.15

To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 PEAK/src/peak/binding/components.py
cvs rdiff -r1.14 -r1.15 PEAK/src/peak/binding/once.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