Issue 4546: Small thingy in "What's New in Python 3.0" (original) (raw)

Issue4546

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:42 admin set github: 48796
2008-12-05 14:41:57 georg.brandl set status: open -> closedresolution: fixedmessages: +
2008-12-05 12:58:00 paulmelis create