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.

Author paulmelis
Recipients georg.brandl, paulmelis
Date 2008-12-05.12:57:59
SpamBayes Score 0.0008204375
Marked as misclassified No
Message-id <1228481882.44.0.510834493207.issue4546@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-05 12:58:02paulmelissetrecipients: + paulmelis, georg.brandl
2008-12-05 12:58:02paulmelissetmessageid: <1228481882.44.0.510834493207.issue4546@psf.upfronthosting.co.za>
2008-12-05 12:58:00paulmelislinkissue4546 messages
2008-12-05 12:57:59paulmeliscreate