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 xtreak
Recipients berker.peksag, docs@python, ghaering, vigdis, xtreak
Date 2018-09-08.18:35:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536431714.36.0.56676864532.issue34580@psf.upfronthosting.co.za>
In-reply-to
Content
Sounds good to me too since I copy paste from there time to time and also an unclosed connection doesn't seem to trigger a ResourceWarning it seems. I have pushed a commit to the same PR. I have changed it manually for all the include files. I have ran the files after the PR with the below and I couldn't see any breakages. Let me know if I have missed anything in the include files. I guess there are some more examples in sqlite3.rst but I don't know if it needs to be added on all snippets since they are more focused on the particular function unlike the files in the include folder that has full programs.

Verified with : 

$ ls -1 Doc/includes/sqlite3/*py > sample.txt
$ cat sample.txt | xargs -n 1 ./python.exe

Thanks
History
Date User Action Args
2018-09-08 18:35:14xtreaksetrecipients: + xtreak, ghaering, docs@python, berker.peksag, vigdis
2018-09-08 18:35:14xtreaksetmessageid: <1536431714.36.0.56676864532.issue34580@psf.upfronthosting.co.za>
2018-09-08 18:35:14xtreaklinkissue34580 messages
2018-09-08 18:35:14xtreakcreate