mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Merge typo fixes from 3.3.
This commit is contained in:
commit
3a62e45b97
10 changed files with 10 additions and 10 deletions
|
@ -1463,7 +1463,7 @@ class Frame(object):
|
|||
return name.startswith('pthread_cond_timedwait')
|
||||
|
||||
def is_gc_collect(self):
|
||||
'''Is this frame "collect" within the the garbage-collector?'''
|
||||
'''Is this frame "collect" within the garbage-collector?'''
|
||||
return self._gdbframe.name() == 'collect'
|
||||
|
||||
def get_pyop(self):
|
||||
|
|
|
@ -958,7 +958,7 @@ _Validation_records = [
|
|||
(u'ServiceInstall',u'StartType',u'N',0,4,None, None, None, None, u'Type of the service',),
|
||||
(u'Shortcut',u'Name',u'N',None, None, None, None, u'Filename',None, u'The name of the shortcut to be created.',),
|
||||
(u'Shortcut',u'Description',u'Y',None, None, None, None, u'Text',None, u'The description for the shortcut.',),
|
||||
(u'Shortcut',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table denoting the component whose selection gates the the shortcut creation/deletion.',),
|
||||
(u'Shortcut',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table denoting the component whose selection gates the shortcut creation/deletion.',),
|
||||
(u'Shortcut',u'Icon_',u'Y',None, None, u'Icon',1,u'Identifier',None, u'Foreign key into the File table denoting the external icon file for the shortcut.',),
|
||||
(u'Shortcut',u'IconIndex',u'Y',-32767,32767,None, None, None, None, u'The icon index for the shortcut.',),
|
||||
(u'Shortcut',u'Directory_',u'N',None, None, u'Directory',1,u'Identifier',None, u'Foreign key into the Directory table denoting the directory where the shortcut file is created.',),
|
||||
|
|
|
@ -1195,7 +1195,7 @@ _Validation = [
|
|||
(u'ServiceInstall', u'StartType', u'N', 0, 4, None, None, None, None, u'Type of the service'),
|
||||
(u'Shortcut', u'Name', u'N', None, None, None, None, u'Filename', None, u'The name of the shortcut to be created.'),
|
||||
(u'Shortcut', u'Description', u'Y', None, None, None, None, u'Text', None, u'The description for the shortcut.'),
|
||||
(u'Shortcut', u'Component_', u'N', None, None, u'Component', 1, u'Identifier', None, u'Foreign key into the Component table denoting the component whose selection gates the the shortcut creation/deletion.'),
|
||||
(u'Shortcut', u'Component_', u'N', None, None, u'Component', 1, u'Identifier', None, u'Foreign key into the Component table denoting the component whose selection gates the shortcut creation/deletion.'),
|
||||
(u'Shortcut', u'Icon_', u'Y', None, None, u'Icon', 1, u'Identifier', None, u'Foreign key into the File table denoting the external icon file for the shortcut.'),
|
||||
(u'Shortcut', u'IconIndex', u'Y', -32767, 32767, None, None, None, None, u'The icon index for the shortcut.'),
|
||||
(u'Shortcut', u'Directory_', u'N', None, None, u'Directory', 1, u'Identifier', None, u'Foreign key into the Directory table denoting the directory where the shortcut file is created.'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue