Talin wrote: > Wow, excellent feedback. I've added your email to the list of reminders > for the next round of edits.
Here's something else for future edits: 1. When converting a string to an integer, what should the rules be? Should: format("0xd", "d") produce "13", or should it be an error? 2. I'm making the format specifiers as strict as I can. So, I've made these ValueError's: For strings: - specifying a sign - specifying an alignment of '=' For longs: - specify a precision - specify a sign with type of 'c' Eric. _______________________________________________ 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