]> git.notmuchmail.org Git - notmuch/commit
doc/prerst2man.py: Use Python-3-compatible octal notation
authorW. Trevor King <wking@tremily.us>
Sat, 5 Apr 2014 17:31:07 +0000 (10:31 -0700)
committerDavid Bremner <david@tethera.net>
Mon, 21 Apr 2014 12:31:54 +0000 (21:31 +0900)
commit334f247d9f5dc96db0d57bfa64cab1cf8b333ce4
tree0a924a24f24d0eb6da8b772eb21972db6398b45d
parent427b3db243626916d739e2709c5a91212afb5084
doc/prerst2man.py: Use Python-3-compatible octal notation

Python 3 only supports the 0oXXX notation for octal literals [1,2],
which have also been supported in 2.x since 2.6 [2].

[1]: https://docs.python.org/3.0/whatsnew/3.0.html#integers
[2]: http://legacy.python.org/dev/peps/pep-3127/
doc/prerst2man.py