This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tebeka
Recipients
Date 2004-01-05.10:18:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hello,

I've added support for binary, octal and hexa number
with the "int" and "long" types.
binary : 0b10 (= 2)
octal : 010 (= 8)
hexa: 0x10 (= 16)

Diff for optparse.py and test_optparse.py attached.

Miki.
History
Date User Action Args
2007-08-23 15:31:31adminlinkissue870807 messages
2007-08-23 15:31:31admincreate