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)
Thu, Nov 16, 5:01 PM
Unknown Object (File)
Nov 1 2023, 3:47 AM
Unknown Object (File)
Oct 26 2023, 11:15 PM
Unknown Object (File)
Oct 26 2023, 11:14 PM
Unknown Object (File)
Oct 26 2023, 11:13 PM
Unknown Object (File)
Oct 26 2023, 12:44 PM
Unknown Object (File)
Oct 11 2023, 10:50 AM
Unknown Object (File)
Oct 5 2023, 7:50 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.