E&S CVS Commit: PEAK - Misc. cleanups to NIS context implementation: Got rid of
pje at eby-sarna.com
pje at eby-sarna.com
Fri Nov 22 19:40:00 EST 2002
Module Name: PEAK
Committed By: pje
Date: Sat Nov 23 00:39:25 UTC 2002
Modified Files:
PEAK/src/peak: peak.ini
PEAK/src/peak/naming/factories: nisns.py
Log Message:
Misc. cleanups to NIS context implementation: Got rid of
'nisMapContext.__init__', since it was skipping standard component
initialization (a no-no since this means the new context wouldn't have
the 'nisURLContext' object as its parent), and replaced it with a standard
keyword argument init, and added a 'requiredBinding()' to describe the need
for the keyword argument to be passed. We could set this from a property
if not supplied, but it seems like overkill for an example.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.20&r2=1.21
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/nisns.py.diff?r1=1.1&r2=1.2
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 PEAK/src/peak/peak.ini
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/naming/factories/nisns.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