]> granicus.if.org Git - python/commit
Patch by Jason Trowbridge. (Followup to his PR#110.) (Slightly
authorGuido van Rossum <guido@python.org>
Tue, 19 Oct 1999 19:05:14 +0000 (19:05 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 19 Oct 1999 19:05:14 +0000 (19:05 +0000)
commit2db4f47fdde3f6968a7cf60625953a5136e0dfad
treecf7e4edd2760f4bd10bd5e4815a80b3c2965ac7a
parent7b8f1abfca6b0f469716adc2f5514c3e3cf4531a
Patch by Jason Trowbridge.  (Followup to his PR#110.)  (Slightly
reformatted.)

- Illegal padding is now ignored.  (Recommendation by GvR.)

- Padding no longer removes characters from data string (resulting in
lost data/strings with negative lengths).

- Illegal characters outside the ASCII range are now ignored, instead
of possibly being remapped to a valid character.
Modules/binascii.c