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)
Sat, Oct 26, 3:42 PM
Unknown Object (File)
Tue, Oct 15, 12:51 PM
Unknown Object (File)
Wed, Oct 9, 11:21 PM
Unknown Object (File)
Sep 13 2024, 8:46 AM
Unknown Object (File)
Sep 13 2024, 8:46 AM
Unknown Object (File)
Sep 2 2024, 10:11 PM
Unknown Object (File)
Aug 27 2024, 1:13 AM
Unknown Object (File)
Aug 13 2024, 5:35 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 Not Applicable
Unit
Tests Not Applicable

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.