From 0789a45445410a9c7d483d85e0003059fe39e496 Mon Sep 17 00:00:00 2001 From: stroeder Date: Thu, 27 Apr 2017 08:27:33 +0000 Subject: [PATCH] renamed t_search.py to t_ldapobject.py and code-cleaning --- CHANGES | 5 ++--- Tests/{t_search.py => t_ldapobject.py} | 0 2 files changed, 2 insertions(+), 3 deletions(-) rename Tests/{t_search.py => t_ldapobject.py} (100%) diff --git a/CHANGES b/CHANGES index 966562b..d3a9235 100644 --- a/CHANGES +++ b/CHANGES @@ -4,11 +4,10 @@ Released 2.4.37 2017-05-xx Changes since 2.4.36: Lib/ -* Tests/ * added more checks to t_cext.py -* code-cleaning in t_search.py +* renamed t_search.py to t_ldapobject.py and code-cleaning ---------------------------------------------------------------- Released 2.4.36 2017-04-26 @@ -1408,4 +1407,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.432 2017/04/26 21:04:31 stroeder Exp $ +$Id: CHANGES,v 1.433 2017/04/27 08:27:33 stroeder Exp $ diff --git a/Tests/t_search.py b/Tests/t_ldapobject.py similarity index 100% rename from Tests/t_search.py rename to Tests/t_ldapobject.py