On Jan 24, 2008 12:40 PM, Eric Smith <[EMAIL PROTECTED]> wrote:
> The spreadsheet notes a possible __future__ statement requirement for
> oct().  The PEP doesn't mention this, and I'm not sure I understand the
> issue.  Any clues?

You can't change the default oct() to return '0o123'; but perhaps you
could import a different version that returned that instead of the
default '0123'.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to