Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance #12

Merged
merged 64 commits into from
Nov 26, 2015
Merged

Performance #12

merged 64 commits into from
Nov 26, 2015

Conversation

jensens
Copy link
Member

@jensens jensens commented Nov 26, 2015

No description provided.

@@ -524,8 +498,10 @@ def search(self, queryFilter=None, criteria=None, attrlist=None,
resattr[decode(k)] = decode(v)
if 'dn' in attrlist:
resattr[u'dn'] = decode(dn)
# XXX: optional RDN, DN instead of key
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this go into 1.0?

@@ -21,7 +21,7 @@
('ugm/posixGroups.rst', testing.LDIF_posixGroups),
('ugm/sambaUsers.rst', testing.LDIF_sambaUsers),
('ugm/defaults.rst', testing.LDIF_data),
('../../../../README.rst', testing.LDIF_data),
#('../../../../README.rst', testing.LDIF_data),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README doctest should pass before merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants