- Timestamp:
- 05/18/05 16:19:16 (20 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/edpykota
r2225 r2257 346 346 limitby = protoentry.LimitBy 347 347 balancevalue = protoentry.AccountBalance 348 balance = str( balance)348 balance = str(abs(balancevalue)) 349 349 overcharge = getattr(protoentry, "OverCharge", None) 350 350 -
pykota/trunk/NEWS
r2254 r2257 24 24 - 1.23alpha2 : 25 25 26 - Fixed edpykota --prototype with balance. 27 26 28 - Major rewrite of the IPP message parsing code to definitely 27 29 fix the job-originating-hostname IPP attribute problem.