mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
I give in. Now Tk is also using resources just above 128, so Python
now uses only 228-256, leaving 128-228 free for others. This mod affects prefs files, libraries and almost everything else, so I've upped my local Python to 1.5b4 to remain sane.
This commit is contained in:
parent
c4586387f6
commit
6b02ac2321
9 changed files with 5677 additions and 5563 deletions
|
@ -4,15 +4,15 @@ from preferences import *
|
|||
PREFNAME_NAME="PythonPreferenceFileName"
|
||||
|
||||
# Resource IDs in the preferences file
|
||||
PATH_ID = 128
|
||||
DIR_ID = 128
|
||||
POPT_ID = 128
|
||||
PATH_ID = 228
|
||||
DIR_ID = 228
|
||||
POPT_ID = 228
|
||||
GUSI_ID = 10240
|
||||
|
||||
# Override IDs (in the applet)
|
||||
OVERRIDE_PATH_ID = 129
|
||||
OVERRIDE_DIR_ID = 129
|
||||
OVERRIDE_POPT_ID = 129
|
||||
OVERRIDE_PATH_ID = 229
|
||||
OVERRIDE_DIR_ID = 229
|
||||
OVERRIDE_POPT_ID = 229
|
||||
OVERRIDE_GUSI_ID = 10241
|
||||
|
||||
# version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue