mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals and fixes test script.
This commit is contained in:
parent
fef9c1b368
commit
102f72cf1a
8 changed files with 94 additions and 31 deletions
|
@ -742,6 +742,8 @@ public: // IBootstrapperApplication
|
|||
} else {
|
||||
*pRequestedState = BOOTSTRAPPER_FEATURE_STATE_ABSENT;
|
||||
}
|
||||
} else {
|
||||
*pRequestedState = BOOTSTRAPPER_FEATURE_STATE_LOCAL;
|
||||
}
|
||||
return CheckCanceled() ? IDCANCEL : IDNOACTION;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue