Page MenuHomekolab.org

[Python 3] Use 0o prefix for octal numbers
ClosedPublic

Authored by sicherha on Jan 8 2022, 11:37 AM.

Details

Summary

The new 0o prefix was introduced in Python 2.6; the old 0 prefix was
deprecated in Python 3.0.

Diff Detail

Repository
rP pykolab
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

sicherha requested review of this revision.Jan 8 2022, 11:37 AM
sicherha created this revision.
mollekopf accepted this revision.Jan 10 2022, 9:44 AM
mollekopf added a subscriber: mollekopf.

This requires python >= 2.6, which is fine I think.

This revision is now accepted and ready to land.Jan 10 2022, 9:44 AM
This revision was landed with ongoing or failed builds.Jan 10 2022, 8:41 PM
This revision was automatically updated to reflect the committed changes.