mirror of
https://github.com/python/cpython.git
synced 2025-09-11 03:07:01 +00:00
Merging appropriate 2.1.1 fixes back into the main trunk.
This commit is contained in:
parent
cb60dae6a1
commit
cbed91b4db
26 changed files with 162 additions and 122 deletions
|
@ -95,6 +95,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
/* No preferences file name resource */
|
||||
#define NOPREFNAME_ID BASE_ID+9
|
||||
|
||||
/* Not a script */
|
||||
#define NOTASCRIPT_ID BASE_ID+10
|
||||
|
||||
/* EditPythonPrefs range. Needed here to forestall conflicts with applets */
|
||||
#define EDITPYTHONPREFS_MIN 508
|
||||
#define EDITPYTHONPREFS_MAX 511
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue