Parent Directory
|
Revision Log
|
Patch
| revision 135 by tbm, Fri Apr 13 02:10:04 2001 UTC | revision 136 by tbm, Fri Apr 13 02:21:20 2001 UTC | |
|---|---|---|
| # | Line 105 def has_stuff_todo(file): | Line 105 def has_stuff_todo(file): |
| 105 | for entry in info[file].values(): | for entry in info[file].values(): |
| 106 | fields = re.split(':\s+', entry, 2) | fields = re.split(':\s+', entry, 2) |
| 107 | if len(fields) > 1: | if len(fields) > 1: |
| 108 | what = re.split('\s*&\s*', fields[0])[0] | what = re.split('\s+|&', fields[0])[0] |
| 109 | packages = re.split(',\s*', fields[1]) | packages = re.split(',\s*', fields[1]) |
| 110 | for key in matches.keys(): | for key in matches.keys(): |
| 111 | if string.lower(what) in matches[key]: | if string.lower(what) in matches[key]: |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |