Page MenuHomePhorge

[Python 3]basestring to six string_types
ClosedPublic

Authored by ghane on Feb 23 2022, 2:38 PM.
Tags
None
Referenced Files
F15059019: D3403.id9829.diff
Sat, Sep 7, 5:57 AM
Unknown Object (File)
Sat, Aug 31, 1:20 PM
Unknown Object (File)
Fri, Aug 30, 8:58 PM
Unknown Object (File)
Fri, Aug 30, 7:17 PM
Unknown Object (File)
Thu, Aug 22, 1:39 PM
Unknown Object (File)
Thu, Aug 22, 6:14 AM
Unknown Object (File)
Sun, Aug 18, 12:17 PM
Unknown Object (File)
Thu, Aug 15, 5:57 AM
Subscribers

Details

Summary

Using for compatibility
from six import string_types
and
"string_types" for "basestring"
as it is still used in pykolab/utils.py

Diff Detail

Repository
rP pykolab
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

ghane requested review of this revision.Feb 23 2022, 2:38 PM
ghane created this revision.
sicherha subscribed.

Looks good to me, thanks!

This revision is now accepted and ready to land.Mar 12 2022, 11:11 AM
This revision was automatically updated to reflect the committed changes.