_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
This commit is contained in:
Barry Warsaw 2003-05-29 19:39:33 +00:00
parent 65f8cedd4a
commit db6888b7df
2 changed files with 7 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"""A package for parsing, handling, and generating email messages.
"""
__version__ = '2.5.2'
__version__ = '2.5.3'
__all__ = [
'base64MIME',