doc/prerst2man.py: Use Python-3-compatible octal notation
authorW. Trevor King <wking@tremily.us>
Sat, 5 Apr 2014 16:30:56 +0000 (09:30 -0700)
committerW. Trevor King <wking@tremily.us>
Sat, 5 Apr 2014 16:35:33 +0000 (09:35 -0700)
commit5e4509ab08699afe2681110fb35075e1d0bbdc7e
treed6927b892f0a1f2e356f820d72cd4b8f93e6dff8
parent543aee63407956e60f85dc11a2d25855e98c10c3
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