Skip to content

IListManager.get() now accepts both List-IDs and FQDN list names.

Barry Warsaw requested to merge listmanager into master
  • Broaden the semantics for IListManager.get(). This API now accepts both List-IDs and fully qualified list names, since that's the most common use case. There's now a separate .get_by_fqdn() which only accepts the latter and mirrors the already existing .get_by_list_id().

Merge request reports