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: Formatting error 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, pwang
Priority: normal Keywords:

Created on 2008-12-04 03:46 by pwang, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg76865 - (view) Author: Peter Wang (pwang) Date: 2008-12-04 03:46
In the section "Removed Syntax", there is some ReST markup that leaked
through into the output:

"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. (PEP 0328)"
msg76913 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-12-04 18:26
This appears to be fixed in SVN.
History
Date User Action Args
2022-04-11 14:56:42adminsetgithub: 48765
2008-12-04 18:26:16georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg76913
2008-12-04 03:46:54pwangcreate