bpo-37616: Fix incorrect zip path for 3.10 prep#14874
bpo-37616: Fix incorrect zip path for 3.10 prep#14874nsiregar wants to merge 2 commits intopython:masterfrom
Conversation
ZackerySpytz
left a comment
There was a problem hiding this comment.
I'm not sure if this fix is correct.
There was a problem hiding this comment.
Please use proper sentences in news entries.
I believe using single backquotes around "getpath" is incorrect (as per https://devguide.python.org/documenting). Also, I think the full file path should be used (instead of just "getpath").
sys.path is not a module.
b425a05 to
13bde0b
Compare
|
Should I change the algorithm to replace |
|
@nsiregar, please resolve the merge conflict. Thank you! |
13bde0b to
420335e
Compare
|
@csabella I've resolved the conflict |
420335e to
d644b66
Compare
d644b66 to
10d41ce
Compare
| Update ``Module/getpath.c`` read python zip path if python | ||
| version size more than 2 digit. |
There was a problem hiding this comment.
| Update ``Module/getpath.c`` read python zip path if python | |
| version size more than 2 digit. | |
| Update ``Module/getpath.c`` to read the stdlib from a zip file when the minor version is more than a single digit. |
|
The |
|
working on it |
|
Since this wasn't merged in time, we went with b4d4aef |
[3.10 prep] fix incorrect zip path
https://bugs.python.org/issue37616