Page MenuHomePhorge

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

Authored by sicherha on Jan 8 2022, 11:37 AM.
Tags
None
Referenced Files
F18580936: D3226.id9241.diff
Tue, Feb 18, 12:44 AM
Unknown Object (File)
Mon, Feb 17, 3:04 AM
Unknown Object (File)
Sat, Feb 8, 3:14 PM
Unknown Object (File)
Tue, Feb 4, 7:44 PM
Unknown Object (File)
Tue, Feb 4, 5:52 PM
Unknown Object (File)
Tue, Feb 4, 11:10 AM
Unknown Object (File)
Mon, Feb 3, 6:33 PM
Unknown Object (File)
Wed, Jan 29, 3:44 PM
Subscribers

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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sicherha created this revision.
mollekopf subscribed.

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.