Page MenuHomePhorge

[Python 3] changed get syntax in ConfigParser module
ClosedPublic

Authored by ghane on Mar 13 2022, 7:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 7:31 AM
Unknown Object (File)
Tue, Apr 23, 7:48 PM
Unknown Object (File)
Sun, Apr 21, 4:47 PM
Unknown Object (File)
Sun, Apr 21, 4:47 PM
Unknown Object (File)
Sun, Apr 21, 4:47 PM
Unknown Object (File)
Thu, Apr 18, 12:24 AM
Unknown Object (File)
Wed, Apr 17, 9:15 AM
Unknown Object (File)
Tue, Apr 9, 4:57 PM
Subscribers
None

Details

Summary

"ConfigParser.get(section, option[, raw[, vars]])" in 2.7
"parser.get(section, option, **kwargs)" in 3.x

Diff Detail

Repository
rP pykolab
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

ghane requested review of this revision.Mar 13 2022, 7:23 PM
ghane created this revision.
This revision is now accepted and ready to land.Mar 13 2022, 8:57 PM
This revision was automatically updated to reflect the committed changes.