diff options
author | Barry Warsaw <barry@python.org> | 2008-11-20 20:01:57 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-11-20 20:01:57 (GMT) |
commit | 91cc8fb92b5d59d26cfca0167b32f6f25b453849 (patch) | |
tree | 4d63b6dcf6ffb33332ccad8cdb1a4d5fcb1459f6 /RELNOTES | |
parent | 2d1ca2dbabde2ed69e06b50ddb2e87b12958d696 (diff) | |
download | cpython-91cc8fb92b5d59d26cfca0167b32f6f25b453849.zip cpython-91cc8fb92b5d59d26cfca0167b32f6f25b453849.tar.gz cpython-91cc8fb92b5d59d26cfca0167b32f6f25b453849.tar.bz2 |
Fix for bug 4360 "SystemError when method has both super() & closure". Patch
by amaury.forgeotdarc and reviewed by brett.cannon.
Also add release notes about the known problems with the email package.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -20,3 +20,10 @@ Additional notes for Python 3.0 final If you need bsddb3 support in Python 3.0, you can find it here: http://pypi.python.org/pypi/bsddb3 + +* The email package needs quite a bit of work to make it consistent with + respect to bytes and strings. There have been discussions on + email-sig@python.org about where to go with the email package for 3.0, but + this was not resolved in time for 3.0 final. With enough care though, the + email package in Python 3.0 should be about as usable as it is with Python + 2. |