Re: pseudo-code

2009-04-07 Thread r-w
r-w wrote: If no internet connection: if have files: run anyway, with warning else: ERROR else: if error getting hash/files: if have files: run anyway, with warning else: ERROR else: run Sorry, guys. This should ha

Re: pseudo-code

2009-04-07 Thread Steven D'Aprano
ith warning > else: > ERROR > else: > run Very pretty. Did you have a question, or did you just want to show off your L33T pseudo-code writing 5K1LL5? -- Steven -- http://mail.python.org/mailman/listinfo/python-list

Re: pseudo-code

2009-04-07 Thread Chris Rebert
On Tue, Apr 7, 2009 at 2:00 AM, r-w wrote: > If no internet connection: >    if have files: >        run anyway, with warning >    else: >        ERROR > else: >    if error getting hash/files: >        if have files: >            run anyway, with warning >        else: >            ERROR >    els

pseudo-code

2009-04-07 Thread r-w
If no internet connection: if have files: run anyway, with warning else: ERROR else: if error getting hash/files: if have files: run anyway, with warning else: ERROR else: run -- http://mail.python.org/mailman/listinfo