[Freeipa-devel] [PATCHES] 0691-0695 Modernization

Tomas Babej tbabej at redhat.com
Wed Aug 12 16:10:24 UTC 2015



On 08/10/2015 05:39 PM, Petr Viktorin wrote:
> On 08/03/2015 11:07 AM, Christian Heimes wrote:
>> On 2015-07-31 19:14, Petr Viktorin wrote:
>>> Hello,
>>> Here is a batch of mostly mechanical changes: removing deprecated
>>> features to prepare for Python 3.
>>
>> Out of curiosity, what tool did you use for patch 695-absolute-imports?
>> Python-modernize adds from __future__ import absolute_imports and
>> changes imports to explicit relative imports.
> 
> I used modernize to find all the occurences, and fixed imports by hand.
> Most of IPA uses absolute imports, as recommended by PEP 8.
> 
>> In patch 693 you have removed test cases for CIDict.has_key(), but
>> CIDict still provides the function. You should either keep the tests
>> around or remove has_key() from CIDict.
> 
> I haven't removed them: "test_haskey" is only skipped under Python 3. I
> assumed that's enough to verify that `has_key` works well (i.e. the same
> as `in`), so in the other tests I do use `in` instead.
> 
> I'm attaching updated patches, under Python 3 they remove CIDict.has_key
> a bit more formally. They're also rebased.
> 
>> The rest looks good to me, but I haven't studied every change
>> thoroughly. It's just too much.
> 
> Anything I can do to help?

Let's not sit on this for too long, it will a pain to rebase. I went
through the gargatuan patches manually and did not discover any issues.

Additionally, the patchset introduces no new unit-test failures.

So I am inclined to ACK it, unless Christian has any objections.

Tomas




More information about the Freeipa-devel mailing list