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
Unknown Object (File)
Sat, Apr 13, 4:47 PM
Unknown Object (File)
Fri, Apr 5, 7:29 PM
Unknown Object (File)
Thu, Apr 4, 5:29 PM
Unknown Object (File)
Tue, Mar 26, 1:46 AM
Unknown Object (File)
Mar 17 2024, 8:08 AM
Unknown Object (File)
Mar 6 2024, 1:16 PM
Unknown Object (File)
Mar 2 2024, 7:27 PM
Unknown Object (File)
Mar 1 2024, 8:53 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.