]> granicus.if.org Git - python/commit
_make_boundary(): Fix for SF bug #745478, broken boundary calculation
authorBarry Warsaw <barry@python.org>
Thu, 29 May 2003 19:39:33 +0000 (19:39 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 29 May 2003 19:39:33 +0000 (19:39 +0000)
commitdb6888b7dfa25e2b298f6e419673f137fdcce347
tree9996c27cf14bfc0e6f9e1956813f2bb92c61c32b
parent65f8cedd4a9820e5d069ece0194b7da0b1e4e33c
_make_boundary(): Fix for SF bug #745478, broken boundary calculation
in some locales.  This code simplifies the boundary algorithm to use
randint() which is what we wanted anyway.

Bump package version to 2.5.3.

Backport candidate for Python 2.2.3
Lib/email/Generator.py
Lib/email/__init__.py