Facundo Batista <[EMAIL PROTECTED]> added the comment: Decimal needs to grow something like the following near the top of the module:
try: _bytes = bytes except NameError: # 2.5 or earlier _bytes = str and then use _bytes instead of str as appropriate throughout the rest of the module. This will solve the actual problem, and scales well with 2.6 and 3k. ---------- nosy: +facundobatista __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2482> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com