| Python3.0ReleaseNotes |
| ======================== |
| |
| These release notes describe unfinished work,or important notes thatPython |
| 3.0 adopters need to be aware of.Thisisnot a complete list of changesfor |
| Python3.0--for that, seeMisc/NEWS. |
| |
| Please report bugs to http://bugs.python.org/ |
| |
| The list of all known open issuesforPython3.0 can be found here: |
| |
| http://bugs.python.org/issue?%40search_text=&title=&%40columns=title&id=&%40columns=id&creation=&creator=&activity=&%40columns=activity&%40sort=activity&actor=&nosy=&type=&components=&versions=12&dependencies=&assignee=&keywords=&priority=&%40group=priority&status=1&%40columns=status&resolution=&%40pagesize=50&%40startwith=0&%40queryname=&%40old-queryname=&%40action=search |
| |
| |
| Additional notesforPython3.0final |
| ------------------------------------- |
| |
| *The bsddb3package has been removedfrom the standard library.Itis |
| availableas a separate distutils basedpackagefrom thePythonCheeseshop. |
| If you need bsddb3 supportinPython3.0, you can find it here: |
| |
| http://pypi.python.org/pypi/bsddb3 |
| |
| *The emailpackage needs quite a bit of work to make it consistentwith |
| respect to bytesand strings.There have been discussions on |
| email-sig@python.org aboutwhere to gowith the emailpackageforPython |
| 3.0, butthis wasnot resolvedin timefor3.0final.With enough care |
| though, the emailpackageinPython3.0 should be aboutas usableas itis |
| withPython2. |