pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-ldap
Module Name: pkgsrc
Committed By: adam
Date: Thu Jul 28 08:37:08 UTC 2011
Modified Files:
pkgsrc/databases/py-ldap: Makefile PLIST distinfo
Log Message:
Changes 2.4.3:
Lib/
* Mostly corrected/updated __doc__ strings
Doc/
* Corrected rst files
* Added missing modules, functions, classes, methods, parameters etc.
at least as auto-generated doc
Changes 2.4.2:
Logging:
* pprint.pformat() is now used when writing method/function
arguments to the trace log
ldap.schema.subentry:
* SubSchema.__init__() now has new key-word argument check_uniqueness
which enables checking whether OIDs are unique in the subschema subentry
* Code-cleaning: consequent use of method SubSchema.getoid() instead of
accessing SubSchema.name2oid directly.
* SubSchema.getoid() and SubSchema.getoid() now have key-word argument
raise_keyerror=0 and raise KeyError with appropriate description.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/databases/py-ldap/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/py-ldap/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/py-ldap/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index