]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport from 2.3 trunk:
authorBarry Warsaw <barry@python.org>
Thu, 29 May 2003 20:09:31 +0000 (20:09 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 29 May 2003 20:09:31 +0000 (20:09 +0000)
commit641e266012ec723fcfcb56dc50f2578073ce9157
tree42db6504d184f09015618fe243f0f2aa97840ce4
parent67300f4e1b681fe64c0a26e36bda254b9d383f6f
Backport from 2.3 trunk:

    _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.
Lib/email/Generator.py
Lib/email/__init__.py