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 pitrou
Recipients amaury.forgeotdarc, pitrou
Date 2008-08-25.14:02:11
SpamBayes Score 5.619445e-07
Marked as misclassified No
Message-id <1219672932.74.0.435944988273.issue3668@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, this bug affects 2.6 as well, although not in binascii since
it has not been converted to use "s*":

>>> codecs.latin_1_decode(b"", 0)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: latin_1_decode() argument 2 must be string or None, not int
[57425 refs]
>>> codecs.latin_1_decode(b"", 0)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: latin_1_decode() argument 2 must be string or None, not int
[57426 refs]
History
Date User Action Args
2008-08-25 14:02:12pitrousetrecipients: + pitrou, amaury.forgeotdarc
2008-08-25 14:02:12pitrousetmessageid: <1219672932.74.0.435944988273.issue3668@psf.upfronthosting.co.za>
2008-08-25 14:02:11pitroulinkissue3668 messages
2008-08-25 14:02:11pitroucreate