Page MenuHomePhorge

[Python 3]basestring to six string_types
ClosedPublic

Authored by ghane on Feb 23 2022, 2:38 PM.
Tags
None
Referenced Files
F11856651: D3403.id9706.diff
Tue, Apr 23, 4:07 AM
Unknown Object (File)
Sun, Apr 21, 11:24 PM
Unknown Object (File)
Sun, Apr 21, 4:46 PM
Unknown Object (File)
Sun, Apr 21, 4:46 PM
Unknown Object (File)
Sun, Apr 21, 4:46 PM
Unknown Object (File)
Thu, Apr 18, 5:20 AM
Unknown Object (File)
Wed, Apr 17, 9:11 AM
Unknown Object (File)
Sun, Apr 14, 8:16 PM
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 Not Applicable
Unit
Tests Not Applicable

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.