From: Michael Str?d. <str...@us...> - 2001-10-18 15:30:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/10/18 08:30:36 Modified files: Lib : ldif.py Log message: Some modifications to be more compliant to RFC2849: ParseLDIF(): Only the line separators are stripped at the right-hand side of an attribute value string. CreateLDIF(): Creates trailing empty line for entry separation. CreateLDIF(): All lines are folded to multi-line representation if the line length exceeds the number of columns specified by parameter cols. Code should be more readable now at some places. Regex pattern string for checking if base64-encoding is needed is more readable and compatible to Python 1.5.x and prior version. __version__ is 0.3.0 now. |