Changeset 2219 for pykota/trunk
- Timestamp:
- 04/25/05 11:43:39 (20 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/NEWS
r2218 r2219 24 24 - 1.22alpha8 : 25 25 26 - Fixed the dump in CUPS' page_log format which didn't 27 dump the oldest entry. 28 26 29 - The data dumper now accepts billingcode= and hostname= as 27 30 filters when dumping the job history. -
pykota/trunk/pykota/dumper.py
r2218 r2219 142 142 entries = entries[1:] 143 143 entries.sort(lambda m,n,si=sortindex : cmp(m[si], n[si])) 144 for entry in entries [1:]:144 for entry in entries : 145 145 printername = entry[fields["printername"]] 146 146 username = entry[fields["username"]]