The Grumpy Editor's Python 3 experience
The Grumpy Editor's Python 3 experience
Posted Aug 2, 2018 16:22 UTC (Thu) by MatyasSelmeci (guest, #86151)In reply to: The Grumpy Editor's Python 3 experience by lsl
Parent article: The Grumpy Editor's Python 3 experience
When wrote code that I wanted to make compatible with both Python 3 and Python 2.4 (which did not support the 0o syntax), I had to write "int('0755', 8)".
Posted Aug 2, 2018 16:46 UTC (Thu)
by jwilk (subscriber, #63328)
[Link]
The Grumpy Editor's Python 3 experience
