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 berker.peksag
Recipients berker.peksag, docs@python, jedwards, r.david.murray, serhiy.storchaka
Date 2015-04-12.09:23:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428830598.53.0.493927491563.issue23921@psf.upfronthosting.co.za>
In-reply-to
Content
Patch looks good to me. Thanks! :)

I left a couple of comments on Rietveld: http://bugs.python.org/review/23921/

We can probably ignore the following type of changes too:

-      if pid == 0: # In a child process
+      if pid == 0:  # In a child process

-          status = '200 OK' # HTTP Status
-          headers = [('Content-type', 'text/plain')] # HTTP Headers
+          status = '200 OK'  # HTTP Status
+          headers = [('Content-type', 'text/plain')]  # HTTP Headers

-   dom1 = parse('c:\\temp\\mydata.xml') # parse an XML file by name
+   dom1 = parse('c:\\temp\\mydata.xml')  # parse an XML file by name

Also, perhaps we can add your script to Tools/scripts and integrate it with the "make patchcheck" command.
History
Date User Action Args
2015-04-12 09:23:18berker.peksagsetrecipients: + berker.peksag, r.david.murray, docs@python, serhiy.storchaka, jedwards
2015-04-12 09:23:18berker.peksagsetmessageid: <1428830598.53.0.493927491563.issue23921@psf.upfronthosting.co.za>
2015-04-12 09:23:18berker.peksaglinkissue23921 messages
2015-04-12 09:23:18berker.peksagcreate