Update HOW-TO-REPORT-A-BUG.md

This commit is contained in:
R. Bernstein
2017-04-15 18:42:01 -04:00
committed by GitHub
parent 8a33a583cd
commit 659e28d686

View File

@@ -1,14 +1,14 @@
# How to report a Bug
## The difficulty of the Problem
## The difficulty of the problem
There is no Python decompiler yet, that I know about that will
decompyle everything. This one probably does the
best job of *any* Python decompiler. But it is a constant work in progress, as Python keeps changing as does its code generation.
best job of *any* Python decompiler. But it is a constant work in progress: Python keeps changing, and so does its code generation.
I have found bugs in *every* Python decompiler I have tried. Even
those for the authors/maintainers clam that it works across some
version of the entire Python standard library. And I don't mean that
those where authors/maintainers claim that they have used it on
the entire Python standard library. And I don't mean that
the program doesn't come out with the same Python source instructions,
but that the program is *semantically* not equivalent.