Skip to content

rename and deprecate top-level modules #640

Description

@mistotebe

These modules should not really be at the top level, they conflict with other people's packages (main one being ldif which is a big source of confusion), add a stub that reexports the same names and have imports trigger a Warning of some sort saying the stubs are going away in 5.0:

  • _ldap -> ldap._ldap (rename+stub already happening in 3.5)
  • ldif -> ldap.ldif
  • ldapurl -> ldap.url

And update the documentation to match.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions