[New-bugs-announce] [issue4546] Small thingy in "What's New in Python 3.0"

Paul Melis report at bugs.python.org
Fri Dec 5 13:58:02 CET 2008


New submission from Paul Melis <paul at floorball-flamingos.nl>:

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.

----------
assignee: georg.brandl
components: Documentation
messages: 77010
nosy: georg.brandl, paulmelis
severity: normal
status: open
title: Small thingy in "What's New in Python 3.0"
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4546>
_______________________________________


More information about the New-bugs-announce mailing list