On Wednesday, November 19, 2014 8:59:01 PM UTC-8, Steven D'Aprano wrote:
> And the award for the most gratuitous comments before an import goes to 
> one of my (former) workmates, who wrote this piece of code:
> 
> # Used for base64-decoding.
> import base64
> # Used for ungzipping.
> import gzip
> 
> 
> 
> -- 
> Steven

I blame CS professors that demand that every line of code be commented.

# increment x
x += 1
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to