File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1104,6 +1104,7 @@ def SaveAllChangedConfigs(self):
11041104 def DeactivateCurrentConfig (self ):
11051105 #Before a config is saved, some cleanup of current
11061106 #config must be done - remove the previous keybindings
1107+ print self .parent , type (self .parent )
11071108 winInstances = self .parent .instance_dict .keys ()
11081109 for instance in winInstances :
11091110 instance .RemoveKeybindings ()
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ def library_recipes():
225225 is not necessary to use Python.
226226 """ ,
227227 required = False ,
228- selected = 'unselected ' ,
228+ selected = 'selected ' ,
229229 ),
230230 dict (
231231 name = "PythonDocumentation" ,
Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ installunixtools:
9191 fi
9292 for fn in python3 pythonw3 idle3 pydoc3 python3-config \
9393 python$(VERSION ) pythonw$(VERSION ) idle$(VERSION ) \
94- pydoc$(VERSION ) python$(VERSION ) -config ; \
94+ pydoc$(VERSION ) python$(VERSION ) -config 2to3 \
95+ 2to3-$(VERSION ) ; \
9596 do \
9697 ln -fs " $( prefix) /bin/$$ {fn}" " $( DESTDIR) $( FRAMEWORKUNIXTOOLSPREFIX) /bin/$$ {fn}" ; \
9798 done
@@ -109,7 +110,7 @@ altinstallunixtools:
109110 $(INSTALL ) -d -m $(DIRMODE ) " $( DESTDIR) $( FRAMEWORKUNIXTOOLSPREFIX) /bin" ; \
110111 fi
111112 for fn in python$( VERSION) pythonw$( VERSION) idle$( VERSION) \
112- pydoc$(VERSION ) python$(VERSION ) -config ; \
113+ pydoc$(VERSION ) python$(VERSION ) -config 2to3- $( VERSION ) ; \
113114 do \
114115 ln -fs " $( prefix) /bin/$$ {fn}" " $( DESTDIR) $( FRAMEWORKUNIXTOOLSPREFIX) /bin/$$ {fn}" ; \
115116 done
@@ -130,6 +131,8 @@ install_versionedtools:
130131 mv " $( DESTDIR) $( prefix) /bin/$$ {fn}3" " $( DESTDIR) $( prefix) /bin/$$ {fn}$( VERSION) " ; \
131132 ln -sf " $$ {fn}$( VERSION) " " $( DESTDIR) $( prefix) /bin/$$ {fn}3" ; \
132133 done
134+ mv " $( DESTDIR) $( prefix) /bin/2to3" " $( DESTDIR) $( prefix) /bin/2to3-$( VERSION) "
135+ ln -sf " $( DESTDIR) $( prefix) /bin/2to3-$( VERSION) " " $( DESTDIR) $( prefix) /bin/2to3"
133136 if [ ! -h " $( DESTDIR) $( prefix) /bin/python3-config" ]; then \
134137 mv " $( DESTDIR) $( prefix) /bin/python3-config" " $( DESTDIR) $( prefix) /bin/python$( VERSION) -config" ; \
135138 ln -sf " python$( VERSION) -config" " $( DESTDIR) $( prefix) /bin/python3-config" ; \
You can’t perform that action at this time.
0 commit comments