Revise to not zip attachment expected

This commit is contained in:
rocky
2023-09-03 09:36:06 -04:00
parent 803678e9b4
commit 34ef91312e

View File

@@ -9,10 +9,10 @@ The issue may be flagged to make it easier for those looking for illegal activit
If you are reporting a bug in decompilation, it will probably not be acted upon
unless it is narrowed to a small example. You may have to do some work remove
extraneous code from the source example. Most bugs can be expressed in 30 lines of
extraneous code from the source example. Most bugs can be expressed in 30 lines of
code.
Bugs are not for asking questions about a problem you
Issues are not for asking questions about a problem you
are trying to solve that involve the use of uncompyle6 along the way,
although I may be more tolerant of this if you sponsor the project.
@@ -57,7 +57,7 @@ Prerequisites/Caveats
disassembler and produces valid results.
* Try to make the bytecode that exhibits a bug as small as possible.
* Don't put bytecode and corresponding source code on any service that
requires registration to download.
requires registration to download. Instead attach it as a zip file.
* When you open a bug report there is no privacy. If you need privacy, then
contact me by email and explain who you are and the need for privacy.
But be mindful that you may be asked to sponsor the project for the
@@ -86,7 +86,7 @@ $ uncompyle6 <command-line-options>
$
```
Provide links to the Python bytecode. For example, you can create a
Attach a zip file to the Python bytecode or a
gist with the information. If you have the correct source code, you
can add that too.