Import object from builtins for existing inheritance from object. This
was produced by running futurize's stage2 libfuturize.fixes.fix_object.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 38390 Build 38389: arc lint + arc unit
Event Timeline
Comment Actions
My understanding is that this patch has no effect for Python 3. In Python 2, object from builtins (as provided by the future package) is used to enable use of some Python 3 coding patterns. Absent further changes that make use of such enablement, I am not sure that this patch is necessary. If this patch is needed to support later patches, then I suggest applying the fixer at that point. Applying the fixer before applying D67882 seems odd anyway.
Comment Actions
I wholly agree (see what I wrote in D67882). And yes the ordering in which futurize do these changes is odd.