Lines Matching refs:patch
755 patch = (sysv & 0x000F)761 # issue (needed because patch levels can763 major,minor,patch = _mac_ver_lookup(('sys1','sys2','sys3'))764 release = '%i.%i.%i' %(major, minor, patch)766 release = '%s.%i.%i' % (_bcd2str(major),minor,patch)