This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author quamrana
Recipients quamrana, veky
Date 2017-08-22.08:24:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503390247.98.0.205916541912.issue31253@psf.upfronthosting.co.za>
In-reply-to
Content
My lazy way of programming is to piece together lines of code, going round and round commenting and uncommenting sections until I get something that works.

My new lazy way of commenting out larger chunks of code will be:

    r'''
    ... several lines of code here ...
    '''
History
Date User Action Args
2017-08-22 08:24:08quamranasetrecipients: + quamrana, veky
2017-08-22 08:24:07quamranasetmessageid: <1503390247.98.0.205916541912.issue31253@psf.upfronthosting.co.za>
2017-08-22 08:24:07quamranalinkissue31253 messages
2017-08-22 08:24:07quamranacreate