Steven D'Aprano added the comment:

Please don't post screen shots of text. Copy and paste the text into the bug 
report. Some people (those who are blind, visually impaired or using a 
screen-reader for some other reason) cannot see the screen shot, and even those 
who can prefer to deal with text that can be copied and pasted, not pixels.

Please show (in text, not a picture) the layout and contents of your package, 
the exact Python code you used, the result you expected, and the result you 
actually got. If an import succeeded that you expected to fail, please print 
module.__file__ to ensure that you have imported the module you expected to 
import.

Ideally anyone (fully sighted or not) should be able to copy and paste your 
code into the Python interpreter and determine whether or not they get the same 
results as you.

Thank you.

----------
nosy: +steven.daprano

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28745>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to