Georg Brandl <[EMAIL PROTECTED]> writes: >Seriously, nobody, even coming from another language, will be able to look at >it >and say, "yes, that's an octal literal."
Scientific googling reveals that most other languages that use 0x for hex use 0b for binary and either 0o or 0 for octal, so if "cultural compatibility" is important, this may influence the choice. Whatever prefix is used, it should be clearly offset visually from the number, so it's clear what prefix it is and where the digits start. 0 as a prefix does not really have this property - a good reason to change; 0o and 0b both work. 0c may be slightly better than 0t, graphically speaking. _______________________________________________ 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