This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Small thingy in "What's New in Python 3.0"
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, paulmelis
Priority: normal Keywords:

Created on 2008-12-05 12:58 by paulmelis, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg77010 - (view) Author: Paul Melis (paulmelis) Date: 2008-12-05 12:57
The second to last item under "Removed Syntax" (about relative imports)
shows ReST markup in the HTML file, probably not the way it should read:

The only acceptable syntax for relative imports is from .``[*module*]
:keyword:`import` *name*; :keyword:`import` forms not starting with ``.
are always interpreted as absolute imports.
msg77020 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-12-05 14:41
This is already fixed in SVN and will be upated with the next rebuild of
the docs.
History
Date User Action Args
2022-04-11 14:56:42adminsetgithub: 48796
2008-12-05 14:41:57georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg77020
2008-12-05 12:58:00paulmeliscreate