cpython/Doc/includes
Miss Islington (bot) bcb1ac8265
bpo-33958: Doc: Remove unused variable in example (GH-7927)
(cherry picked from commit 62b6cea6b8)

Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <srinivasreddy@users.noreply.github.com>
2018-06-27 23:37:17 -07:00
..
sqlite3 bpo-31923: Fix spelling in sqlite3 docs (GH-4227) 2017-11-05 02:11:25 +03:00
capsulethunk.h Issue #13053: Added section on migrating from CObject to Capsule 2011-10-09 13:03:44 +01:00
email-alternative.py Use https:// URLs when referring to python.org hosts. 2014-10-29 08:36:35 +01:00
email-dir.py #11883: fix email examples by adding 'localhost' to SMTP constructor calls 2011-04-30 17:26:02 -04:00
email-headers.py Fixing the file call in the rfc822.Message replacement example. 2010-03-20 00:05:42 +00:00
email-mime.py #11883: fix email examples by adding 'localhost' to SMTP constructor calls 2011-04-30 17:26:02 -04:00
email-simple.py #11883: fix email examples by adding 'localhost' to SMTP constructor calls 2011-04-30 17:26:02 -04:00
email-unpack.py Issue #16341: convert examples to use except ... as ... syntax. 2012-10-30 21:56:43 +02:00
minidom-example.py #7637: avoid repeated-concatenation antipattern in example 2010-03-01 20:11:57 +00:00
mp_benchmarks.py Retain copyright of processing examples. This was requested by a Debian maintainer during packaging of the multiprocessing package for 2.4/2.5 2008-11-28 19:33:33 +00:00
mp_newtype.py Retain copyright of processing examples. This was requested by a Debian maintainer during packaging of the multiprocessing package for 2.4/2.5 2008-11-28 19:33:33 +00:00
mp_pool.py Use the preferred form of raise statements in the docs. 2009-06-03 07:25:35 +00:00
mp_synchronize.py Use the preferred form of raise statements in the docs. 2009-06-03 07:25:35 +00:00
mp_webserver.py Retain copyright of processing examples. This was requested by a Debian maintainer during packaging of the multiprocessing package for 2.4/2.5 2008-11-28 19:33:33 +00:00
mp_workers.py Retain copyright of processing examples. This was requested by a Debian maintainer during packaging of the multiprocessing package for 2.4/2.5 2008-11-28 19:33:33 +00:00
noddy.c bpo-29165: doc: make extending/newtypes more Python 3 friendly (GH-211) 2017-02-21 21:12:03 +09:00
noddy2.c bpo-29165: doc: make extending/newtypes more Python 3 friendly (GH-211) 2017-02-21 21:12:03 +09:00
noddy3.c bpo-29165: doc: make extending/newtypes more Python 3 friendly (GH-211) 2017-02-21 21:12:03 +09:00
noddy4.c bpo-31095: Fix potential crash during GC (GH-3197) 2017-09-04 12:31:41 +09:00
run-func.c bpo-33958: Doc: Remove unused variable in example (GH-7927) 2018-06-27 23:37:17 -07:00
setup.py bpo-29165: doc: make extending/newtypes more Python 3 friendly (GH-211) 2017-02-21 21:12:03 +09:00
shoddy.c bpo-29165: doc: make extending/newtypes more Python 3 friendly (GH-211) 2017-02-21 21:12:03 +09:00
test.py Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
typestruct.h Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00
tzinfo-examples.py Merged revisions 87463 via svnmerge from 2010-12-24 00:27:27 +00:00