Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals and fixes test script.

This commit is contained in:
Steve Dower 2015-03-24 21:25:16 -07:00
parent fef9c1b368
commit 102f72cf1a
8 changed files with 94 additions and 31 deletions

View file

@ -742,6 +742,8 @@ public: // IBootstrapperApplication
} else {
*pRequestedState = BOOTSTRAPPER_FEATURE_STATE_ABSENT;
}
} else {
*pRequestedState = BOOTSTRAPPER_FEATURE_STATE_LOCAL;
}
return CheckCanceled() ? IDCANCEL : IDNOACTION;
}