- Timestamp:
- 05/06/04 23:19:27 (21 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkpgcounter
r1451 r1456 24 24 # 25 25 # $Log$ 26 # Revision 1.6 2004/05/06 21:19:27 jalet 27 # Doesn't exit anymore on the first nul byte 28 # 26 29 # Revision 1.5 2004/05/06 12:37:29 jalet 27 30 # pkpgcounter : comments … … 124 127 break 125 128 position += 1 126 if not char :127 break128 129 if char == "\014" : 129 130 pagecount += 1 -
pykota/trunk/NEWS
r1455 r1456 24 24 - 1.19alpha5 : 25 25 26 - pkpgcounter enhancements. 27 26 28 - pkprinters --skipexisting now tells pkprinters to not 27 29 modify existing printers when --add is used.