Use new 0o notation for octal constants
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 25 Feb 2013 01:09:54 +0000 (01:09 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 25 Feb 2013 01:09:54 +0000 (01:09 +0000)
* lib/mudpy/data.py: For Py3K compatibility, only refer to literal octal
constants using the 0o prefix.


No differences found