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 terry.reedy
Recipients SilentGhost, barry, docs@python, jackotonye, maxking, r.david.murray, terry.reedy
Date 2019-10-05.07:20:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570260001.52.0.952140751848.issue38349@roundup.psfhosted.org>
In-reply-to
Content
The rest of the overly long title was "The install shows that it only supports python 2.x but is listed under python 3.6+ docs."

The lines in question are from the 2nd to last example.

  # An imaginary module that would make this work and be safe.
  from imaginary import magic_html_parser

The comment plus the names 'imaginary' and 'magic_html_parser' should make it pretty clear that 'imaginary' is meant to be an imaginary, hypothetical module with an imaginary, hypothetical method, not an actual module named 'imaginary' with an actual 'magic_html_parser' method.

jackotonye, do you have a concrete suggestion?  I am tempted to close this, but will wait for suggestion and let the email people see this.

Also, when responding by email, please remove the quoted previous post and it is redundant on the web page.
History
Date User Action Args
2019-10-05 07:20:01terry.reedysetrecipients: + terry.reedy, barry, r.david.murray, SilentGhost, docs@python, maxking, jackotonye
2019-10-05 07:20:01terry.reedysetmessageid: <1570260001.52.0.952140751848.issue38349@roundup.psfhosted.org>
2019-10-05 07:20:01terry.reedylinkissue38349 messages
2019-10-05 07:20:01terry.reedycreate