cpython/Doc/howto
Senthil Kumaran 607e31eddf Fix Issue #6005: Examples in the socket library documentation use sendall,
where relevant, instead send method. Patch contributed by Brian Brazil.
2012-02-09 17:43:31 +08:00
..
advocacy.rst Issue #11940: Update external link. 2011-04-27 16:34:07 -07:00
cporting.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
curses.rst The curses panel library is now supported 2009-02-26 22:34:30 +00:00
descriptor.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
doanddont.rst grammatical fixes; from Darren Yin on docs@ 2011-08-18 15:36:15 +02:00
functional.rst Issue13443 - Remove the functional module examples from 2.7 (as module is 2011-12-22 23:44:53 +08:00
index.rst Add Python porting howto from 3.x. 2011-08-19 01:22:42 +02:00
logging-cookbook.rst Added a configuration dictionary example to the logging cookbook. 2011-11-23 14:27:11 +00:00
logging.rst Closes #12906: Fixed bug in YAML configuration. 2011-09-06 14:06:24 +01:00
pyporting.rst Remove duplication. 2011-10-19 10:39:35 +03:00
regex.rst #11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ]. 2011-03-06 11:07:11 +01:00
sockets.rst Fix Issue #6005: Examples in the socket library documentation use sendall, 2012-02-09 17:43:31 +08:00
sorting.rst Update the sorting howto to reflect the PEP 8 advisory to define all six rich comparisons. 2012-01-10 07:55:17 +00:00
unicode.rst Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in 2.5 and up 2010-06-20 21:45:45 +00:00
urllib2.rst Fix function name: open -> urlopen. 2011-07-23 08:06:33 +02:00
webservers.rst fix some broken URLs 2011-12-31 18:13:59 +01:00