Eric Smith wrote:
Nick Coghlan wrote:
This sort of surprised me when I was writing tests. Even after having implemented it, I was expecting "-#x" to work, but it needs to be "#-x".

If you can implement it either way, then after the sign character is probably the way to go (as Bruce pointed out, that's where the base indication will actually be inserted).

Cheers,
Nick.

--
Nick Coghlan   |   [EMAIL PROTECTED]   |   Brisbane, Australia
---------------------------------------------------------------
            http://www.boredomandlaziness.org
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to