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)
Tue, Mar 26, 1:46 AM
Unknown Object (File)
Feb 15 2024, 9:49 AM
Unknown Object (File)
Jan 31 2024, 4:40 PM
Unknown Object (File)
Jan 21 2024, 9:26 PM
Unknown Object (File)
Jan 19 2024, 6:38 AM
Unknown Object (File)
Jan 15 2024, 1:02 PM
Unknown Object (File)
Jan 14 2024, 4:24 PM
Unknown Object (File)
Jan 9 2024, 2:24 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.