equal
deleted
inserted
replaced
56 os, |
56 os, |
57 times, |
57 times, |
58 uri |
58 uri |
59 |
59 |
60 const |
60 const |
61 VERSION = "0.1.2" ## The current program version. |
61 VERSION = "0.1.3" ## The current program version. |
62 NULL = "\x00" ## The NULL character. |
62 NULL = "\x00" ## The NULL character. |
63 CR = "\r" ## The carriage return character. |
63 CR = "\r" ## The carriage return character. |
64 CRLF = "\r\n" ## Carriage return + Line feed (EOL). |
64 CRLF = "\r\n" ## Carriage return + Line feed (EOL). |
65 |
65 |
66 |
66 |